HomeSort by relevance Sort by last modified time
    Searched defs:testCaseName (Results 1 - 3 of 3) sorted by null

  /cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
TestScanner.java 53 String testCaseName = null;
58 if (testCaseName != null) {
64 testCaseName = line.trim();
65 if (testCaseName.endsWith(".")) {
66 testCaseName = testCaseName.substring(0, testCaseName.length()-1);
69 testNames.add("case:" + testCaseName);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestPackageResult.java 112 String testCaseName = classNameSegments.remove(classNameSegments.size()-1);
113 return mSuiteRoot.findTest(classNameSegments, testCaseName, testId.getTestName(), insertIfMissing);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 

Completed in 71 milliseconds