Searched refs:isMethodAlreadyPresent (Results 1 – 1 of 1) sorted by relevance
62 if (!unique || !MethodGroupsHelper.isMethodAlreadyPresent(outIncludedMethods, tm)) { in collectMethodsByGroup()88 if (!MethodGroupsHelper.isMethodAlreadyPresent(outIncludedMethods, tm)) { in includeMethod()107 private static boolean isMethodAlreadyPresent(List<ITestNGMethod> result, in isMethodAlreadyPresent() method in MethodGroupsHelper