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.java150 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()
DInstrumentationTest.java969 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/
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
DInstrumentationSerialTestTest.java58 public void testRun() throws DeviceNotAvailableException, ConfigurationException { in testRun() method in InstrumentationSerialTestTest
DInstalledInstrumentationsTestTest.java70 public void testRun() throws Exception { in testRun() method in InstalledInstrumentationsTestTest
DTfTestLauncherTest.java87 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
DNoisyDryRunTestTest.java83 public void testRun() throws Exception { in testRun() method in NoisyDryRunTestTest
DGTestTest.java124 public void testRun() throws DeviceNotAvailableException { in testRun() method in GTestTest
DInstrumentationTestTest.java146 public void testRun() throws DeviceNotAvailableException { in testRun() method in InstrumentationTestTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/testdefs/
DXmlDefsTestTest.java74 public void testRun() throws DeviceNotAvailableException { in testRun() method in XmlDefsTestTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java85 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/
DITestSuiteTest.java397 public void testRun() throws Exception { in testRun() method in ITestSuiteTest
DModuleDefinitionTest.java333 public void testRun() throws Exception { in testRun() method in ModuleDefinitionTest