Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DTestLoader.java87 } else if (hasJUnit4Annotation(testClass)) { in loadTests()
105 private boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in TestLoader
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DHostTest.java313 } else if (hasJUnit4Annotation(classObj)) { in countTestCases()
469 } else if (hasJUnit4Annotation(classObj)) { in runTestClasses()
687 } else if (hasJUnit4Annotation(classObj)) { in getTestMethods()
753 || hasJUnit4Annotation(cls)) in getClasses()
883 protected boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in HostTest