Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostTest.java361 } else if (hasJUnit4Annotation(classObj)) { in countTestCases()
578 } else if (hasJUnit4Annotation(classObj)) { in runTestClasses()
864 } else if (hasJUnit4Annotation(classObj)) { in getTestMethods()
981 || hasJUnit4Annotation(cls)) in getClasses()
1162 protected boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in HostTest
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestLoader.java91 } else if (hasJUnit4Annotation(testClass)) { in loadTests()
109 private boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in TestLoader