Lines Matching defs:method
419 * Create test case node according to the given method names, and append them
427 // if no method, remove from parent
551 MethodDoc method = iterator.next();
553 String name = method.name();
555 AnnotationDesc[] annotations = method.annotations();
583 name, method.commentText(), controller, supportedAbis,
615 for (MethodDoc method : clazz.methods()) {
616 methods.add(method);
621 for (MethodDoc method : superClass.methods()) {
622 methods.add(method);
634 * Represent the test method inside the test class.