Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationSerialTest.java155 TestDescription test, TestRunResult testRun, ITestInvocationListener listener) { in markTestAsFailed() argument
157 listener.testRunStarted(testRun.getName(), 0); in markTestAsFailed()
161 testRun.isRunFailure() in markTestAsFailed()
162 ? testRun.getRunFailureMessage() in markTestAsFailed()
DInstrumentationTest.java1071 TestRunResult testRun = testTracker.getCurrentRunResults(); in runWithRerun() local
1072 if (testRun.isRunFailure() || !testRun.getCompletedTests().containsAll(expectedTests)) { in runWithRerun()
/tools/acloud/setup/
Dhost_setup_runner_test.py112 def testRun(self, mock_cmd, mock_rmtree): member in CuttlefishCommonPkgInstallerTest
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DInstrumentationPreparerTest.java65 public void testRun() throws Exception { in testRun() method in InstrumentationPreparerTest
/tools/acloud/create/
Dcreate_test.py114 def testRun(self): member in CreateTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DNativeStressTestTest.java88 public void testRun() throws DeviceNotAvailableException { in testRun() method in NativeStressTestTest
DGTestFuncTest.java64 public void testRun() throws DeviceNotAvailableException { in testRun() method in GTestFuncTest
DInstrumentationSerialTestTest.java68 public void testRun() throws DeviceNotAvailableException, ConfigurationException { in testRun() method in InstrumentationSerialTestTest
DInstalledInstrumentationsTestTest.java78 public void testRun() throws Exception { in testRun() method in InstalledInstrumentationsTestTest
DInstrumentationTestFuncTest.java99 public void testRun() throws DeviceNotAvailableException { in testRun() method in InstrumentationTestFuncTest
DTfTestLauncherTest.java96 public void testRun() throws DeviceNotAvailableException { in testRun() method in TfTestLauncherTest
DNoisyDryRunTestTest.java87 public void testRun() throws Exception { in testRun() method in NoisyDryRunTestTest
DGoogleBenchmarkTestTest.java103 public void testRun() throws DeviceNotAvailableException { in testRun() method in GoogleBenchmarkTestTest
DInstrumentationTestTest.java169 public void testRun() throws DeviceNotAvailableException { in testRun() method in InstrumentationTestTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/
DRustBinaryHostTestTest.java123 public void testRun() throws Exception { in testRun() method in RustBinaryHostTestTest
DRustBinaryTestTest.java203 public void testRun() throws DeviceNotAvailableException { in testRun() method in RustBinaryTestTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/
DDeviceParameterizedRunnerTest.java115 public void testRun() throws Exception { in testRun() method in DeviceParameterizedRunnerTest
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandLauncherTest.java108 public void testRun() throws DeviceNotAvailableException, ConfigurationException, IOException { in testRun() method in ClusterCommandLauncherTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java115 public void testRun() throws Exception { in testRun() method in PythonBinaryHostTestTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java416 public void testRun() throws Exception { in testRun() method in ModuleDefinitionTest