Home
last modified time | relevance | path

Searched refs:testMethodName (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/
DRecordedMotion.kt34 internal val testMethodName: String, in <lambda>() constant in platform.test.motion.RecordedMotion
61 checkNotNull(testMethodName), in <lambda>()
DMotionTestRule.kt64 @Volatile internal var testMethodName: String? = null in <lambda>() variable
69 testMethodName = description.methodName in <lambda>()
74 testMethodName = null in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt115 goldenName ?: recordedMotion.testMethodName
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DRecordedMotionSubjectTest.kt165 testMethodName = "foo_test", in <lambda>()