-
public abstract class WearLegacyScreenTest extends WearScreenshotTest
-
-
Field Summary
Fields Modifier and Type Field Description private final ComposeContentTestRulecomposeRuleprivate final TestNametestInfoprivate final WearDevicedeviceprivate final Floattoleranceprivate final FakeImageLoaderEngineimageLoader
-
Constructor Summary
Constructors Constructor Description WearLegacyScreenTest()
-
Method Summary
Modifier and Type Method Description final ComposeContentTestRulegetComposeRule()final TestNamegetTestInfo()WearDevicegetDevice()FloatgetTolerance()FakeImageLoaderEnginegetImageLoader()StringtestName(String suffix)-
-
Method Detail
-
getComposeRule
final ComposeContentTestRule getComposeRule()
-
getTestInfo
final TestName getTestInfo()
-
getDevice
WearDevice getDevice()
-
getTolerance
Float getTolerance()
-
getImageLoader
FakeImageLoaderEngine getImageLoader()
-
-
-
-