Home
last modified time | relevance | path

Searched defs:testOwner (Results 1 – 4 of 4) sorted by relevance

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DTestContext.kt27 class TestContext internal constructor(internal val testOwner: TestOwner) { constant in androidx.compose.ui.test.TestContext
/compose/ui/ui-test/src/androidUnitTest/kotlin/androidx/compose/ui/test/inputdispatcher/
DInputDispatcherTest.kt42 private val testOwner: TestOwner = mock { in <lambda>() constant in androidx.compose.ui.test.inputdispatcher.InputDispatcherTest
/compose/ui/ui-test/src/androidMain/kotlin/androidx/compose/ui/test/
DComposeUiTest.android.kt522 private val testOwner = AndroidTestOwner() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/
DPointerInputEventProcessorTest.kt113 private lateinit var testOwner: TestOwner in <lambda>() variable in androidx.compose.ui.input.pointer.PointerInputEventProcessorTest