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