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.java348 } else if (hasJUnit4Annotation(classObj)) { in countTestCases()
551 } else if (hasJUnit4Annotation(classObj)) { in runTestClasses()
790 } else if (hasJUnit4Annotation(classObj)) { in getTestMethods()
865 || hasJUnit4Annotation(cls)) in getClasses()
1013 protected boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in HostTest