/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | ResultFilter.java | 63 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()
|
D | JUnitDeviceTest.java | 123 listener.testRunStarted(mRunName, mTests.size()); in run()
|
D | TestNGDeviceTest.java | 119 listener.testRunStarted(mRunName, mTests.size()); in run()
|
D | GeeTestResultParser.java | 359 listener.testRunStarted(mTestRunId, mNumTestsExpected); in reportTestRunStarted()
|
D | CtsTest.java | 1225 listener.testRunStarted(def.getId(), 0); in forwardPackageDetails()
|
D | DeqpTestRunner.java | 1889 listener.testRunStarted(getId(), mRemainingTests.size()); in run()
|
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ConsoleReporterTest.java | 79 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()
|
D | ResultReporterTest.java | 119 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/ |
D | CtsXmlResultReporterTest.java | 145 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/ |
D | ModuleListener.java | 61 public void testRunStarted(String name, int numTests) { in testRunStarted() method in ModuleListener 63 mListener.testRunStarted(mModule.getId(), numTests); in testRunStarted()
|
D | ConsoleReporter.java | 68 public void testRunStarted(String id, int numTests) { in testRunStarted() method in ConsoleReporter
|
D | ResultReporter.java | 241 public void testRunStarted(String id, int numTests) { in testRunStarted() method in ResultReporter
|
/cts/tools/junit/src/com/android/cts/junit/ |
D | SingleJUnitTestRunListener.java | 36 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in SingleJUnitTestRunListener
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | NoOpTestInvocationListener.java | 70 public void testRunStarted(String runName, int testCount) {} in testRunStarted() method in NoOpTestInvocationListener
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
D | JarHostTestTest.java | 81 listener.testRunStarted(RUN_NAME, 1); in testRun()
|
D | DeqpTestRunnerTest.java | 212 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/ |
D | CtsTestLogReporter.java | 63 public void testRunStarted(String id, int numTests) { in testRunStarted() method in CtsTestLogReporter
|
D | IssueReporter.java | 209 public void testRunStarted(String id, int numTests) { in testRunStarted() method in IssueReporter
|
D | CtsXmlResultReporter.java | 267 public void testRunStarted(String id, int numTests) { in testRunStarted() method in CtsXmlResultReporter
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsTestActivity.java | 177 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in SensorCtsTestActivity.SensorRunListener
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/ |
D | GnssCtsTestActivity.java | 175 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in GnssCtsTestActivity.GnssRunListener
|
/cts/tests/core/runner/src/com/android/cts/runner/ |
D | CtsTestRunListener.java | 67 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in CtsTestRunListener
|
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
D | DalvikTest.java | 347 listener.testRunStarted(mRunName, Integer.parseInt(parts[1])); in run()
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |