Searched defs:assertThrows (Results 1 – 3 of 3) sorted by relevance
| /platform_testing/libraries/motion/tests/src/platform/test/motion/truth/ | ||
| D | RecordedMotionSubjectTest.kt | 142 private inline fun assertThrows(body: () -> Unit): TruthFailureSubject { in <lambda>() method in platform.test.motion.truth.RecordedMotionSubjectTest |
| D | TimeSeriesSubjectTest.kt | 198 private inline fun assertThrows(body: () -> Unit): TruthFailureSubject { in <lambda>() method in platform.test.motion.truth.TimeSeriesSubjectTest |
| /platform_testing/libraries/flicker/utils/test/src/android/tools/testutils/ | ||
| D | Utils.kt | 71 inline fun <reified ExceptionType> assertThrows(r: () -> Unit): ExceptionType { in <lambda>() method |