Home
last modified time | relevance | path

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

/cts/tools/test-progress-new/src/testprogress2/
DMethodOriginator.java47 MethodOriginator(MethodDoc testMethod, ClassDoc clazz, String comment) { in MethodOriginator() argument
48 mMethod = testMethod; in MethodOriginator()
52 AnnotationDesc[] annots = testMethod.annotations(); in MethodOriginator()
DTestCoverageDoclet.java546 for (MethodDoc testMethod : testMethods) { in processTestClass()
551 boolean disTest = testMethod.name().startsWith("_test"); in processTestClass()
553 ColorStat methodStat = new ColorStat(testMethod.name(), null); in processTestClass()
560 MethodOriginator mo = new MethodOriginator(testMethod, clazz, in processTestClass()
562 AnnotationDesc[] annots = testMethod.annotations(); in processTestClass()
/cts/tools/test-progress/src/
DTestCoverageDoclet.java417 public void addTestMethod(MethodDoc testMethod) { in addTestMethod() argument
418 if (testMethods.contains(testMethod)) { in addTestMethod()
419 ….out.println("warn: testMethod refers more than once to the targetMethod, testMethod="+testMethod); in addTestMethod()
421 testMethods.add(testMethod); in addTestMethod()
/cts/tools/utils/
DCollectAllTests.java298 Method testMethod = testClass.getMethod(testName, (Class[])null); in getAnnotation() local
299 Annotation[] annotations = testMethod.getAnnotations(); in getAnnotation()
/cts/tools/dex-tools/dex/
Dclasses.out.dex74939 final java.lang.reflect.Method val$testMethod