Home
last modified time | relevance | path

Searched refs:runTest (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DComposeToolkitTest.kt78 motionRule.runTest { in <lambda>()
104 motionRule.runTest { in <lambda>()
129 motionRule.runTest { in <lambda>()
157 motionRule.runTest { in <lambda>()
198 motionRule.runTest { in <lambda>()
264 motionRule.runTest { in <lambda>()
296 motionRule.runTest { in <lambda>()
318 motionRule.runTest { in <lambda>()
389 motionRule.runTest { in <lambda>()
402 motionRule.runTest { in <lambda>()
[all …]
DMotionTestValuesTest.kt97 motionRule.runTest { in featureWithDataPointType_defaultMatcherAndName()
109 motionRule.runTest { in featureWithDataPointType_matchingViaTestTag()
127 motionRule.runTest { in featureWithDataPointType_unknownNode()
141 motionRule.runTest { in featureWithDataPointType_withCustomName()
153 motionRule.runTest { in featureWithFeatureCapture_defaultMatcherAndName()
165 motionRule.runTest { in featureWithFeatureCapture_matchingViaTestTag()
183 motionRule.runTest { in featureWithFeatureCapture_unknownNode()
195 motionRule.runTest { in featureWithFeatureCapture_withCustomName()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDexTestRunner.java100 public void runTest() { in runTest() method in DexTestRunner
101 runTest(newResult()); in runTest()
105 public synchronized void runTest(final TestResult testResult) { in runTest() method in DexTestRunner
DAuptTestRunner.java207 public void runTest(TestResult result) { in onCreate()
213 super.runTest(result); in onCreate()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt53 import kotlinx.coroutines.test.runTest in <lambda>()
83 fun MotionTestRule<ComposeToolkit>.runTest( in MotionTestRule() method
88 toolkit.testScope.runTest(timeout) { testBody.invoke(motionTestRule) } in MotionTestRule()