Searched defs:MethodGroupsHelper (Results 1 - 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
H A DMethodGroupsHelper.java28 public class MethodGroupsHelper { class
52 in = MethodGroupsHelper.includeMethod(AnnotationHelper.findTest(finder, m),
62 if (!unique || !MethodGroupsHelper.isMethodAlreadyPresent(outIncludedMethods, tm)) {
67 in = MethodGroupsHelper.includeMethod(AnnotationHelper.findTest(finder, tm),
88 if (!MethodGroupsHelper.isMethodAlreadyPresent(outIncludedMethods, tm)) {
186 MethodGroupsHelper.findMethodsThatBelongToGroup(m,
203 ITestNGMethod thisMethod = MethodGroupsHelper.findMethodNamed(tm, allMethods);

Completed in 597 milliseconds