Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java126 TestInvocation.getDeviceLogName(TestInvocation.Stage.ERROR);
128 TestInvocation.getDeviceLogName(TestInvocation.Stage.SETUP);
130 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEST);
132 TestInvocation.getDeviceLogName(TestInvocation.Stage.TEARDOWN);
134 private TestInvocation mTestInvocation;
245 new TestInvocation() { in setUp()
610 EasyMock.eq(TestInvocation.TRADEFED_LOG_NAME), in testInvoke_resume()
626 resumeListener.testLog(EasyMock.eq(TestInvocation.TRADEFED_LOG_NAME), in testInvoke_resume()
680 EasyMock.eq(TestInvocation.TRADEFED_LOG_NAME), in testInvoke_resume()
697 EasyMock.eq(TestInvocation.TRADEFED_LOG_NAME), in testInvoke_resume()
[all …]
DSandboxedInvocationExecutionTest.java64 private TestInvocation mInvocation;
91 new TestInvocation() { in setUp()
158 new TestInvocation() { in testParentSandboxInvocation_sharding()
258 new TestInvocation() { in testInvocation_sharding_notTests()
321 new TestInvocation() { in testInvocation_preInvocationFailing()
374 .testLog(eq(TestInvocation.TRADEFED_LOG_NAME), eq(LogDataType.TEXT), any()); in testInvocation_preInvocationFailing()
DTestInvocationMultiTest.java56 private TestInvocation mInvocation;
87 new TestInvocation() { in setUp()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java39 import com.android.tradefed.invoker.TestInvocation.Stage;
441 TestInvocation.printStageDelimiter(Stage.TEST, false); in runTests()
498 TestInvocation.printStageDelimiter(Stage.TEST, true); in runTests()
535 TestInvocation.getDeviceLogName(stage), device.getSerialNumber()); in reportLogs()
543 String name = TestInvocation.getEmulatorLogName(stage); in reportLogs()
560 TestInvocation.COMMAND_ARGS_KEY, config.getCommandLine()); in updateInvocationContext()
607 info.addBuildAttribute(TestInvocation.COMMAND_ARGS_KEY, config.getCommandLine()); in updateBuild()
DIInvocationExecution.java23 import com.android.tradefed.invoker.TestInvocation.Stage;
DTestInvocation.java83 public class TestInvocation implements ITestInvocation { class
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java30 import com.android.tradefed.invoker.TestInvocation.Stage;
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecutionTest.java40 import com.android.tradefed.invoker.TestInvocation.Stage;
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java59 import com.android.tradefed.invoker.TestInvocation;
905 return new TestInvocation(); in createRunInstance()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java35 import com.android.tradefed.invoker.TestInvocation;