/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | InstrumentationSerialTest.java | 120 TestDescription test, TestRunResult testRun, ITestInvocationListener listener) { in markTestAsFailed() argument 121 listener.testRunStarted(testRun.getName(), 1); in markTestAsFailed() 125 testRun.isRunFailure() in markTestAsFailed() 126 ? testRun.getRunFailureMessage() in markTestAsFailed() 131 if (testRun.isRunFailure()) { in markTestAsFailed()
|
D | InstrumentationTest.java | 912 TestRunResult testRun = testTracker.getCurrentRunResults(); in runWithRerun() local 913 if (testRun.isRunFailure() || !testRun.getCompletedTests().containsAll(expectedTests)) { in runWithRerun() 923 testRun.getName()); in runWithRerun()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | InstrumentationPreparerTest.java | 58 public void testRun() throws Exception { in testRun() method in InstrumentationPreparerTest
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | NativeStressTestTest.java | 85 public void testRun() throws DeviceNotAvailableException { in testRun() method in NativeStressTestTest
|
D | GTestFuncTest.java | 61 public void testRun() throws DeviceNotAvailableException { in testRun() method in GTestFuncTest
|
D | InstalledInstrumentationsTestTest.java | 67 public void testRun() throws Exception { in testRun() method in InstalledInstrumentationsTestTest
|
D | InstrumentationSerialTestTest.java | 59 public void testRun() throws DeviceNotAvailableException, ConfigurationException { in testRun() method in InstrumentationSerialTestTest
|
D | NoisyDryRunTestTest.java | 59 public void testRun() throws Exception { in testRun() method in NoisyDryRunTestTest
|
D | TfTestLauncherTest.java | 83 public void testRun() { in testRun() method in TfTestLauncherTest
|
D | GoogleBenchmarkTestTest.java | 90 public void testRun() throws DeviceNotAvailableException { in testRun() method in GoogleBenchmarkTestTest
|
D | InstrumentationTestFuncTest.java | 87 public void testRun() throws DeviceNotAvailableException { in testRun() method in InstrumentationTestFuncTest
|
D | GTestTest.java | 124 public void testRun() throws DeviceNotAvailableException { in testRun() method in GTestTest
|
D | InstrumentationTestTest.java | 129 public void testRun() throws DeviceNotAvailableException { in testRun() method in InstrumentationTestTest
|
D | CodeCoverageTestBaseTest.java | 249 public void testRun() throws DeviceNotAvailableException {
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTestTest.java | 67 public void testRun() throws Exception { in testRun() method in PythonBinaryHostTestTest
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/ |
D | DeviceParameterizedRunnerTest.java | 107 public void testRun() throws Exception { in testRun() method in DeviceParameterizedRunnerTest
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ModuleDefinitionTest.java | 217 public void testRun() throws Exception { in testRun() method in ModuleDefinitionTest
|
D | ITestSuiteTest.java | 242 public void testRun() throws Exception { in testRun() method in ITestSuiteTest
|