Home
last modified time | relevance | path

Searched refs:IFlickerJUnitDecorator (Results 1 – 13 of 13) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DAbstractFlickerRunnerDecorator.kt26 protected val inner: IFlickerJUnitDecorator?,
28 ) : IFlickerJUnitDecorator {
DAnonymousInjectedTestCase.kt25 injectedBy: IFlickerJUnitDecorator,
DIFlickerJUnitDecorator.kt23 interface IFlickerJUnitDecorator { interface
DInjectedTestCase.kt26 val injectedBy: IFlickerJUnitDecorator
DFlickerServiceCachedTestCase.kt36 injectedBy: IFlickerJUnitDecorator,
DLegacyFlickerDecorator.kt33 inner: IFlickerJUnitDecorator? = null
DFlickerServiceDecorator.kt51 inner: IFlickerJUnitDecorator?, in <lambda>()
340 caller: IFlickerJUnitDecorator, in <lambda>()
DLegacyFlickerServiceDecorator.kt46 inner: IFlickerJUnitDecorator?
DFlickerServiceJUnit4ClassRunner.kt56 ) : BlockJUnit4ClassRunner(testClass), IFlickerJUnitDecorator { in <lambda>()
DLegacyFlickerJUnit4ClassRunner.kt78 ) : BlockJUnit4ClassRunnerWithParameters(test), IFlickerJUnitDecorator { in <lambda>()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceCachedTestCaseTest.kt43 val decorator = Mockito.mock(IFlickerJUnitDecorator::class.java) in reportsPassingResultMetric()
97 val decorator = Mockito.mock(IFlickerJUnitDecorator::class.java) in reportsFailingResultMetric()
155 val decorator = Mockito.mock(IFlickerJUnitDecorator::class.java) in skippedIfNonBlocking()
DLegacyFlickerDecoratorTest.kt56 val inner = Mockito.mock(IFlickerJUnitDecorator::class.java) in <lambda>()
75 val inner = Mockito.mock(IFlickerJUnitDecorator::class.java) in <lambda>()
112 val inner = Mockito.mock(IFlickerJUnitDecorator::class.java) in <lambda>()
DFlickerServiceDecoratorTest.kt52 val innerDecorator = Mockito.mock(IFlickerJUnitDecorator::class.java) in sendsInstrumentationUpdatesOWhenComputingTestMethods()
115 val innerDecorator = Mockito.mock(IFlickerJUnitDecorator::class.java) in failsTestAndNotModuleOnFlickerServiceMethodComputeError()
165 val innerDecorator = Mockito.mock(IFlickerJUnitDecorator::class.java) in handleDuplicateFlickerMethods()