/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | InstrumentationSerialTest.java | 150 TestDescription test, TestRunResult testRun, ITestInvocationListener listener) { in markTestAsFailed() argument 152 listener.testRunStarted(testRun.getName(), 0); in markTestAsFailed() 156 testRun.isRunFailure() in markTestAsFailed() 157 ? testRun.getRunFailureMessage() in markTestAsFailed()
|
D | InstrumentationTest.java | 969 TestRunResult testRun = testTracker.getCurrentRunResults(); in runWithRerun() local 970 if (testRun.isRunFailure() || !testRun.getCompletedTests().containsAll(expectedTests)) { in runWithRerun() 980 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 | InstrumentationSerialTestTest.java | 58 public void testRun() throws DeviceNotAvailableException, ConfigurationException { in testRun() method in InstrumentationSerialTestTest
|
D | InstalledInstrumentationsTestTest.java | 70 public void testRun() throws Exception { in testRun() method in InstalledInstrumentationsTestTest
|
D | TfTestLauncherTest.java | 87 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 | NoisyDryRunTestTest.java | 83 public void testRun() throws Exception { in testRun() method in NoisyDryRunTestTest
|
D | GTestTest.java | 124 public void testRun() throws DeviceNotAvailableException { in testRun() method in GTestTest
|
D | InstrumentationTestTest.java | 146 public void testRun() throws DeviceNotAvailableException { in testRun() method in InstrumentationTestTest
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/testdefs/ |
D | XmlDefsTestTest.java | 74 public void testRun() throws DeviceNotAvailableException { in testRun() method in XmlDefsTestTest
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTestTest.java | 85 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 | ITestSuiteTest.java | 397 public void testRun() throws Exception { in testRun() method in ITestSuiteTest
|
D | ModuleDefinitionTest.java | 333 public void testRun() throws Exception { in testRun() method in ModuleDefinitionTest
|