-
public abstract class WearDeviceScreenshotTest extends WearScreenshotTest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWearDeviceScreenshotTest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Floattoleranceprivate final WearDevicedeviceprivate final ComposeContentTestRulecomposeRuleprivate final TestNametestInfoprivate final FakeImageLoaderEngineimageLoader
-
Constructor Summary
Constructors Constructor Description WearDeviceScreenshotTest(WearDevice device)
-
Method Summary
Modifier and Type Method Description FloatgetTolerance()WearDevicegetDevice()final ComposeContentTestRulegetComposeRule()final TestNamegetTestInfo()FakeImageLoaderEnginegetImageLoader()final UnitrunTest(Function0<Unit> content)-
Methods inherited from class com.google.android.horologist.screenshots.rng.WearDeviceScreenshotTest
TestScaffold, captureScreenshot, roborazziOptions, runTest, testName -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WearDeviceScreenshotTest
WearDeviceScreenshotTest(WearDevice device)
-
-
Method Detail
-
getTolerance
Float getTolerance()
-
getDevice
WearDevice getDevice()
-
getComposeRule
final ComposeContentTestRule getComposeRule()
-
getTestInfo
final TestName getTestInfo()
-
getImageLoader
FakeImageLoaderEngine getImageLoader()
-
-
-
-