Home
last modified time | relevance | path

Searched refs:testRunStarted (Results 1 – 24 of 24) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DResultFilter.java63 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ResultFilter
65 super.testRunStarted(runName, testCount); in testRunStarted()
127 super.testRunStarted(mTestRun, mRemainingTests.size()); in reportUnexecutedTests()
DJUnitDeviceTest.java123 listener.testRunStarted(mRunName, mTests.size()); in run()
DTestNGDeviceTest.java119 listener.testRunStarted(mRunName, mTests.size()); in run()
DGeeTestResultParser.java359 listener.testRunStarted(mTestRunId, mNumTestsExpected); in reportTestRunStarted()
DCtsTest.java1225 listener.testRunStarted(def.getId(), 0); in forwardPackageDetails()
DDeqpTestRunner.java1889 listener.testRunStarted(getId(), mRemainingTests.size()); in run()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DConsoleReporterTest.java79 mReporter.testRunStarted(ID, 3); in testResultReporting_singleModule()
94 mReporter.testRunStarted(ID, 3); in testResultReporting_multipleModules()
104 mReporter.testRunStarted(ID2, 3); in testResultReporting_multipleModules()
113 mReporter.testRunStarted(ID2, 5); in testResultReporting_multipleModules()
DResultReporterTest.java119 mReporter.testRunStarted(ID, 2); in testResultReporting()
160 mReporter.testRunStarted(ID, 2); in testResultReporting_moduleNotDone()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DCtsXmlResultReporterTest.java145 mResultReporter.testRunStarted(AbiUtils.createId(UnitTests.ABI.getName(), "run"), 1); in testSinglePass()
179 mResultReporter.testRunStarted(AbiUtils.createId(UnitTests.ABI.getName(), "run"), 1); in testSingleFail()
215 mResultReporter.testRunStarted(AbiUtils.createId(UnitTests.ABI.getName(), "run"), 1); in testIncludeTestLogTags()
236 …mResultReporter.testRunStarted(AbiUtils.createId(UnitTests.ABI.getName(), testId.getClassName()), … in testDeviceSetup()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java61 public void testRunStarted(String name, int numTests) { in testRunStarted() method in ModuleListener
63 mListener.testRunStarted(mModule.getId(), numTests); in testRunStarted()
DConsoleReporter.java68 public void testRunStarted(String id, int numTests) { in testRunStarted() method in ConsoleReporter
DResultReporter.java241 public void testRunStarted(String id, int numTests) { in testRunStarted() method in ResultReporter
/cts/tools/junit/src/com/android/cts/junit/
DSingleJUnitTestRunListener.java36 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in SingleJUnitTestRunListener
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DNoOpTestInvocationListener.java70 public void testRunStarted(String runName, int testCount) {} in testRunStarted() method in NoOpTestInvocationListener
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DJarHostTestTest.java81 listener.testRunStarted(RUN_NAME, 1); in testRun()
DDeqpTestRunnerTest.java212 mockListener.testRunStarted(ID, 1); in testGlesVersion()
350 mockListener.testRunStarted(ID, 1); in testResultCode()
520 mockListener.testRunStarted(ID, testPaths.length); in testRun_multipleTests()
635 mockListener.testRunStarted(ID, testPaths.length); in testRun_unexecutableTests()
712 mockListener.testRunStarted(ID, 1); in testRun_queryPmListFailure()
773 mockListener.testRunStarted(ID, 1); in testRun_queryRenderabilityFailure()
892 mockListener.testRunStarted(ID, 1); in testOrientation()
1146 mockListener.testRunStarted(ID, 1); in testRun_unsupportedPixelFormat()
1291 mockListener.testRunStarted(ID, 1); in testRun_sessionInfoValueMissing()
1453 mockListener.testRunStarted(ID, 1); in testRun_resultEventTypeMissing()
[all …]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsTestLogReporter.java63 public void testRunStarted(String id, int numTests) { in testRunStarted() method in CtsTestLogReporter
DIssueReporter.java209 public void testRunStarted(String id, int numTests) { in testRunStarted() method in IssueReporter
DCtsXmlResultReporter.java267 public void testRunStarted(String id, int numTests) { in testRunStarted() method in CtsXmlResultReporter
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java177 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in SensorCtsTestActivity.SensorRunListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestActivity.java175 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in GnssCtsTestActivity.GnssRunListener
/cts/tests/core/runner/src/com/android/cts/runner/
DCtsTestRunListener.java67 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in CtsTestRunListener
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java347 listener.testRunStarted(mRunName, Integer.parseInt(parts[1])); in run()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...