Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostTest.java401 } else if (hasJUnit4Annotation(classObj)) { in countTestCases()
624 } else if (hasJUnit4Annotation(classObj)) { in runTestClasses()
923 } else if (hasJUnit4Annotation(classObj)) { in getTestMethods()
1040 || hasJUnit4Annotation(cls)) in getClasses()
1231 protected boolean hasJUnit4Annotation(Class<?> classObj) { in hasJUnit4Annotation() method in HostTest