Searched refs:InjectedTestCase (Results 1 – 7 of 7) sorted by relevance
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
D | InjectedTestCase.kt | 23 abstract class InjectedTestCase( class 39 if (other !is InjectedTestCase) return false in getName()
|
D | AnonymousInjectedTestCase.kt | 27 ) : InjectedTestCase(method, name, injectedBy) {
|
D | FlickerServiceDecorator.kt | 69 mutableMapOf<FrameworkMethod, Collection<InjectedTestCase>>() in <lambda>() 166 (method as InjectedTestCase).execute(description) in <lambda>() 267 return method is InjectedTestCase && method.injectedBy == this in <lambda>() 274 ): Collection<InjectedTestCase> { in <lambda>() 307 return InjectedTestCase::class.java.getMethod("execute", Description::class.java) in <lambda>() 342 ): Collection<InjectedTestCase> { in <lambda>()
|
D | LegacyFlickerServiceDecorator.kt | 97 (method as InjectedTestCase).execute(description) in getMethodInvoker() 106 return method is InjectedTestCase && method.injectedBy == this in isMethodHandledByDecorator() 166 ): Collection<InjectedTestCase> { in computeFlickerServiceTests()
|
D | FlickerServiceCachedTestCase.kt | 39 ) : InjectedTestCase(method, "FaaS_$assertion$paramString", injectedBy) {
|
D | FlickerServiceJUnit4ClassRunner.kt | 391 if (method.declaringClass != InjectedTestCase::class.java) { in <lambda>()
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/ |
D | FlickerServiceCachedTestCaseTest.kt | 74 method = InjectedTestCase::class.java.getMethod("execute", Description::class.java), in reportsPassingResultMetric() 129 method = InjectedTestCase::class.java.getMethod("execute", Description::class.java), in reportsFailingResultMetric() 186 method = InjectedTestCase::class.java.getMethod("execute", Description::class.java), in skippedIfNonBlocking()
|