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

/external/junit/src/junit/runner/
H A DSimpleTestCollector.java14 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.java46 if (isTestClass(classFileName)) {
68 protected boolean isTestClass(String classFileName) { method in class:ClassPathTestCollector

Completed in 117 milliseconds