Home | History | Annotate | Download | only in test

Lines Matching defs:testClass

423         for (String testClass : testClasses) {
424 parseTestClass(testClass, testSuiteBuilder);
432 * Expected format: com.android.TestClass#testMethod
761 String testClass = test.getClass().getName();
764 mTestResult.putString(REPORT_KEY_NAME_CLASS, testClass);
768 if (testClass != null && !testClass.equals(mTestClass)) {
770 String.format("\n%s:", testClass));
771 mTestClass = testClass;