Searched defs:isTestClass (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/test-runner/src/junit/runner/
H A DSimpleTestCollector.java15 protected boolean isTestClass(String classFileName) { method in class:SimpleTestCollector
H A DLoadingTestCollector.java22 protected boolean isTestClass(String classFileName) { method in class:LoadingTestCollector
26 return (testClass != null) && isTestClass(testClass);
43 boolean isTestClass(Class testClass) { method in class:LoadingTestCollector
H A DClassPathTestCollector.java44 if (isTestClass(classFileName)) {
66 protected boolean isTestClass(String classFileName) { method in class:ClassPathTestCollector

Completed in 174 milliseconds