Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/junit/runner/
DLoadingTestCollector.java44 if (hasSuiteMethod(testClass)) in isTestClass()
53 boolean hasSuiteMethod(Class testClass) { in hasSuiteMethod() method in LoadingTestCollector