-
public final class ScreenshotTestRule.ScreenshotTestRuleParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScreenshotTestRule.ScreenshotTestRuleParams.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Floattoleranceprivate final BooleanenableA11yprivate final Function0<Unit>screenTimeTextprivate final StringtestLabelprivate final ScreenshotTestRule.RecordModerecord
-
Constructor Summary
Constructors Constructor Description ScreenshotTestRule.ScreenshotTestRuleParams(Float tolerance, Boolean enableA11y, Function0<Unit> screenTimeText, String testLabel, ScreenshotTestRule.RecordMode record)
-
Method Summary
Modifier and Type Method Description final FloatgetTolerance()final BooleangetEnableA11y()final Function0<Unit>getScreenTimeText()final StringgetTestLabel()final ScreenshotTestRule.RecordModegetRecord()-
-
Constructor Detail
-
ScreenshotTestRule.ScreenshotTestRuleParams
ScreenshotTestRule.ScreenshotTestRuleParams(Float tolerance, Boolean enableA11y, Function0<Unit> screenTimeText, String testLabel, ScreenshotTestRule.RecordMode record)
-
-
Method Detail
-
getTolerance
final Float getTolerance()
-
getEnableA11y
final Boolean getEnableA11y()
-
getScreenTimeText
final Function0<Unit> getScreenTimeText()
-
getTestLabel
final String getTestLabel()
-
getRecord
final ScreenshotTestRule.RecordMode getRecord()
-
-
-
-