-
- All Implemented Interfaces:
-
com.github.takahirom.roborazzi.RoborazziRule.CaptureType
public final class RoborazziRule.CaptureType.LastImage implements RoborazziRule.CaptureType
Generate last images for each test
-
-
Constructor Summary
Constructors Constructor Description RoborazziRule.CaptureType.LastImage(Boolean onlyFail)
-
Method Summary
Modifier and Type Method Description final BooleangetOnlyFail()capture only when the test fail -
-
Constructor Detail
-
RoborazziRule.CaptureType.LastImage
RoborazziRule.CaptureType.LastImage(Boolean onlyFail)
-
-
Method Detail
-
getOnlyFail
final Boolean getOnlyFail()
capture only when the test fail
-
-
-
-