Home
last modified time | relevance | path

Searched refs:runTests (Results 1 – 14 of 14) sorted by relevance

/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppTransitionTests.java190 runTests(); in run()
207 runTests(); in run()
227 runTests(); in run()
247 runTests(); in run()
264 runTests(); in run()
275 private void runTests() throws DeviceNotAvailableException { in runTests() method in AppTransitionTests
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestTest.java171 RunInstrumentationTestsAnswer runTests = in testRun() local
182 doAnswer(runTests) in testRun()
732 RunInstrumentationTestsAnswer runTests = in testRun_mergedCoverage() local
744 doAnswer(runTests) in testRun_mergedCoverage()
1119 RunInstrumentationTestsAnswer runTests = in testRun_withCollectors() local
1130 doAnswer(runTests) in testRun_withCollectors()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DInvocationExecutionTest.java217 mExec.runTests(info, mConfig, mMockLogListener); in testRun_autoRetry()
249 mExec.runTests(info, mConfig, forwarder); in testRun_autoRetry_throughForwarder()
282 mExec.runTests(info, mConfig, mMockListener); in testRun_metricCollectors()
303 mExec.runTests(info, mConfig, mMockListener); in testRun_metricCollectors_auto()
DTestInvocationTest.java1949 new InvocationExecution().runTests(info, configuration, mMockTestListener); in testMetricCollectionChain()
1995 new InvocationExecution().runTests(info, configuration, mMockTestListener); in testMetricCollectionChain_disabled()
/tools/tradefederation/core/python-lib/tradefed_py/
Dtf_main.py84 def runTests(self): member in TradefedProgram
92 super(TradefedProgram, self).runTests()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationFileTest.java170 runTests(mInstrumentationTest, testInfo, listener); in writeTestsToFileAndRun()
197 private void runTests( in runTests() method in InstrumentationFileTest
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationRunner.java88 this.runTests(output, message.getParams()); in startServer()
113 private void runTests(OutputStream output, TestParameters params) in runTests() method in IsolationRunner
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationExecution.java163 public default void runTests( in runTests() method
DDelegatedInvocationExecution.java98 public void runTests( in runTests() method in DelegatedInvocationExecution
DRemoteInvocationExecution.java143 public void runTests( in runTests() method in RemoteInvocationExecution
DInvocationExecution.java557 public void runTests( in runTests() method in InvocationExecution
DTestInvocation.java444 invocationPath.runTests(testInfo, config, listener); in prepareAndRun()
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java112 public void runTests( in runTests() method in ParentSandboxInvocationExecution
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecutionTest.java258 mParentSandbox.runTests(testInfo, mConfig, null); in testParentSandbox_shutdown()