WearLegacyComponentTest

@Config(sdk = [35], qualifiers = "w227dp-h227dp-small-long-round-watch-xhdpi-keyshidden-nonav")
@GraphicsMode(value = GraphicsMode.Mode.NATIVE)
abstract class WearLegacyComponentTest

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val device: WearDevice? = null
Link copied to clipboard
open val imageLoader: FakeImageLoaderEngine? = null
Link copied to clipboard
val testInfo: TestName
Link copied to clipboard
open val tolerance: Float = 0.0f

Functions

Link copied to clipboard
open fun ComponentScaffold(content: @Composable () -> Unit)
Link copied to clipboard
fun runComponentTest(background: Color? = Color.Black.copy(alpha = 0.3f), content: @Composable () -> Unit)
Link copied to clipboard
open fun testName(suffix: String): String