Home
last modified time | relevance | path

Searched defs:runTest (Results 1 – 17 of 17) sorted by relevance

/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/
DBasicTextIntrinsicWidthWrappingRegressionTest.kt75 private fun runTest(softWrap: Boolean = true, maxLines: Int = Int.MAX_VALUE) { in runTest() method
DCoreTextFieldHoverTest.kt114 private fun runTest( in whenDefaultIcon_inBoxWithDefaultIcon_textIconIsUsed() method in androidx.compose.foundation.text.CoreTextFieldHoverTest
DBasicTextHoverTest.kt315 private fun runTest( in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DBasicTextFieldHoverTest.kt113 private fun runTest( in whenDefaultIcon_inBoxWithDefaultIcon_textIconIsUsed() method in androidx.compose.foundation.text.input.internal.BasicTextFieldHoverTest
DTextInputServiceAndroidCursorAnchorInfoTest.kt310 private fun runTest(testBody: suspend TestScope.() -> Unit) { in runTest() method in androidx.compose.foundation.text.input.internal.TextInputServiceAndroidCursorAnchorInfoTest
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridSemanticTest.kt105 private fun runTest() { in <lambda>() method in androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridSemanticTest
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/textfield/
DTextFieldVisualTransformationCursorTest.kt65 private fun runTest( in originalToTransformed() method
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/grid/
DLazySemanticsTest.kt113 private fun runTest() { in <lambda>() method
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/list/
DLazySemanticsTest.kt107 private fun runTest() { in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/
DMultiTextMinTouchBoundsSelectionGesturesTest.kt226 private fun runTest(crossed: Boolean = false, block: () -> Unit) { in runTest() method in androidx.compose.foundation.text.selection.gestures.MultiTextMinTouchBoundsSelectionGesturesTest
DLazyColumnMultiTextRegressionTest.kt383 private fun runTest(block: TestScope.() -> Unit) { in runTest() method in androidx.compose.foundation.text.selection.gestures.LazyColumnMultiTextRegressionTest
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/contextmenu/modifier/
DTextContextMenuGesturesModifierTest.kt162 private fun runTest( in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/contextmenu/internal/
DPlatformDefaultTextContextMenuProvidersTest.kt99 private fun runTest( in <lambda>() method
DAndroidTextContextMenuToolbarProviderTest.kt371 private fun runTest( in <lambda>() method
DDefaultTextContextMenuDropdownProviderTest.kt395 private fun runTest( in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/scrollcapture/
DScrollCaptureTester.kt96 fun runTest(timeoutMillis: Long = 5_000, block: suspend CoroutineScope.() -> Unit) { in <lambda>() method
/compose/ui/ui-test/src/androidMain/kotlin/androidx/compose/ui/test/
DComposeUiTest.android.kt547 fun <R> runTest(block: suspend AndroidComposeUiTest<A>.() -> R): TestResult = in runTest() method