Home
last modified time | relevance | path

Searched refs:testRun (Results 1 – 18 of 18) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationSerialTest.java120 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()
DInstrumentationTest.java912 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/
DInstrumentationPreparerTest.java58 public void testRun() throws Exception { in testRun() method in InstrumentationPreparerTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DNativeStressTestTest.java85 public void testRun() throws DeviceNotAvailableException { in testRun() method in NativeStressTestTest
DGTestFuncTest.java61 public void testRun() throws DeviceNotAvailableException { in testRun() method in GTestFuncTest
DInstalledInstrumentationsTestTest.java67 public void testRun() throws Exception { in testRun() method in InstalledInstrumentationsTestTest
DInstrumentationSerialTestTest.java59 public void testRun() throws DeviceNotAvailableException, ConfigurationException { in testRun() method in InstrumentationSerialTestTest
DNoisyDryRunTestTest.java59 public void testRun() throws Exception { in testRun() method in NoisyDryRunTestTest
DTfTestLauncherTest.java83 public void testRun() { in testRun() method in TfTestLauncherTest
DGoogleBenchmarkTestTest.java90 public void testRun() throws DeviceNotAvailableException { in testRun() method in GoogleBenchmarkTestTest
DInstrumentationTestFuncTest.java87 public void testRun() throws DeviceNotAvailableException { in testRun() method in InstrumentationTestFuncTest
DGTestTest.java124 public void testRun() throws DeviceNotAvailableException { in testRun() method in GTestTest
DInstrumentationTestTest.java129 public void testRun() throws DeviceNotAvailableException { in testRun() method in InstrumentationTestTest
DCodeCoverageTestBaseTest.java249 public void testRun() throws DeviceNotAvailableException {
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java67 public void testRun() throws Exception { in testRun() method in PythonBinaryHostTestTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/
DDeviceParameterizedRunnerTest.java107 public void testRun() throws Exception { in testRun() method in DeviceParameterizedRunnerTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java217 public void testRun() throws Exception { in testRun() method in ModuleDefinitionTest
DITestSuiteTest.java242 public void testRun() throws Exception { in testRun() method in ITestSuiteTest