Searched refs:teardown (Results 1 – 12 of 12) sorted by relevance
78 teardown = listOf(runTeardown), in runsTransition()100 teardown = listOf(runTeardown), in failsWithNoTransitions()120 teardown = listOf(runTeardown), in failsWithTransitionError()141 teardown = listOf(runTeardown), in failsWithSetupErrorAndHasTraces()162 teardown = listOf(runTeardown, throwError), in failsWithTeardownErrorAndHasTraces()
52 teardown { in createFlicker()
69 teardown { testApp.exit(wmHelper) } in buildFlicker()
68 fun teardown() { in teardown() method in android.tools.integration.FullTestRun
55 public void teardown() throws IOException { in teardown() method in SimpleperfHelperTest
110 teardown: List<FlickerTestData.() -> Unit> = emptyList(), in createMockedFlicker()128 Mockito.`when`(mockedFlicker.transitionTeardown).thenReturn(teardown) in createMockedFlicker()
56 fun teardown() { in teardown() method in android.tools.monitors.TraceMonitorTest
46 fun teardown() { in teardown() method
65 fun teardown(commands: FlickerTestData.() -> Unit): FlickerBuilder = apply { in <lambda>() method in android.tools.flicker.legacy.FlickerBuilder
88 public void teardown() throws IOException { in teardown() method in PerfettoHelperTest
40 public void teardown() { in teardown() method in CompilationFilterRuleTest
127 …ransition or build with `recordAllRuns()` to capture every transition including setup and teardown.