Home
last modified time | relevance | path

Searched refs:countTestCases (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestSuite.java52 public int countTestCases() { in countTestCases() method in SensorCtsTestSuite
53 return mWrappedTestSuite.countTestCases(); in countTestCases()
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java110 int count = config.suite.countTestCases(); in run()
392 public int countTestCases() { in countTestCases() method in DalvikTestRunner.FilterableTestSuite
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/
DCommonConfigLoadingTest.java211 int testCount = hostTest.countTestCases(); in testConfigurationLoad()