Home
last modified time | relevance | path

Searched refs:TestInvocation (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DTestInvocationTest.java135 TestInvocation.getDeviceLogName(TestInvocation.Stage.ERROR);
137 TestInvocation.getDeviceLogName(TestInvocation.Stage.SETUP);
139 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEST);
141 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEARDOWN);
142 private static final String CONFIG_LOG_NAME = TestInvocation.TRADEFED_CONFIG_NAME;
144 private TestInvocation mTestInvocation;
278 new TestInvocation() { in setUp()
482 when(mMockDevice.waitForDeviceAvailable(TestInvocation.AVAILABILITY_CHECK_TIMEOUT)) in stubInvokeWithBuild()
576 TestInvocation.BUILD_ERROR_BUGREPORT_NAME + "_" + SERIAL), in stubMockListeners()
601 Mockito.eq(TestInvocation.TRADEFED_END_HOST_LOG), in stubMockListeners()
[all …]
DSandboxedInvocationExecutionTest.java78 private TestInvocation mInvocation;
108 new TestInvocation() { in setUp()
138 when(mMockDevice.waitForDeviceAvailable(TestInvocation.AVAILABILITY_CHECK_TIMEOUT)) in setUp()
179 new TestInvocation() { in testParentSandboxInvocation_sharding()
276 new TestInvocation() { in testInvocation_sharding_notTests()
333 new TestInvocation() { in testInvocation_preInvocationFailing()
DTestInvocationMultiTest.java73 private TestInvocation mInvocation;
109 new TestInvocation() { in setUp()
204 Mockito.eq(TestInvocation.TRADEFED_END_HOST_LOG), in testRunBuildProvider_oneMiss()
293 Mockito.eq(TestInvocation.TRADEFED_END_HOST_LOG), in testResolveDynamicFails()
351 Mockito.eq(TestInvocation.TRADEFED_END_HOST_LOG), in testRunBuildProvider_oneThrow()
425 Mockito.eq(TestInvocation.TRADEFED_END_HOST_LOG), in testRunBuildProvider_cleanUpThrow()
DShardListenerTest.java315 Mockito.eq(TestInvocation.TRADEFED_END_HOST_LOG), in testLogOrderingForSharding()
321 Mockito.eq(TestInvocation.TRADEFED_END_HOST_LOG), in testLogOrderingForSharding()
408 Mockito.eq(TestInvocation.TRADEFED_END_HOST_LOG + "_shard_index_1"), in testLogOrderingForSharding()
/tools/tradefederation/core/src/com/android/tradefed/config/filter/
DOptionFetcher.java22 import com.android.tradefed.invoker.TestInvocation;
72 if (!TestInvocation.isSubprocess(config)) { in fetchParentOptions()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogSaverResultForwarder.java22 import com.android.tradefed.invoker.TestInvocation;
91 String endHostLogName = TestInvocation.TRADEFED_END_HOST_LOG; in invocationEnded()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandRunnerTest.java38 import com.android.tradefed.invoker.TestInvocation;
96 return new TestInvocation() { in setUp()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationExecution.java23 import com.android.tradefed.invoker.TestInvocation.Stage;
DInvocationExecution.java48 import com.android.tradefed.invoker.TestInvocation.Stage;
258 TestInvocation.backFillBuildInfoForReporting(config.getCommandLine()); in fetchBuild()
1179 TestInvocation.printStageDelimiter(Stage.TEST, false); in runTests()
1338 TestInvocation.printStageDelimiter(Stage.TEST, true); in runTests()
1366 TestInvocation.getDeviceLogName(stage), device.getSerialNumber()); in reportLogs()
1374 String name = TestInvocation.getEmulatorLogName(stage); in reportLogs()
1415 info.addBuildAttribute(TestInvocation.COMMAND_ARGS_KEY, config.getCommandLine()); in updateBuild()
DDelegatedInvocationExecution.java27 import com.android.tradefed.invoker.TestInvocation.Stage;
DTestInvocation.java149 public class TestInvocation implements ITestInvocation { class
1636 TestInvocation.COMMAND_ARGS_KEY, config.getCommandLine()); in updateInvocationContext()
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java32 import com.android.tradefed.invoker.TestInvocation.Stage;
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java33 import com.android.tradefed.invoker.TestInvocation;
481 TestInvocation.createFailureFromException(e, FailureStatus.INFRA_FAILURE); in reportProtoResults()
DCommandScheduler.java65 import com.android.tradefed.invoker.TestInvocation;
773 TestInvocation.TRADEFED_INVOC_COMPLETE_HOST_LOG); in run()
1158 return new TestInvocation(); in createRunInstance()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java49 import com.android.tradefed.invoker.TestInvocation;