Searched refs:filteredMethods (Results 1 – 3 of 3) sorted by relevance
422 List<MethodInfo> filteredMethods = new ArrayList<MethodInfo>(); in convertMethods()426 filteredMethods.add(methodInfo); in convertMethods()430 return filteredMethods.toArray(new MethodInfo[filteredMethods.size()]); in convertMethods()
904 public Collection<MethodInfo> filteredMethods(Predicate<MemberInfo> predicate) { in filteredMethods() method in ClassInfo
839 List<ITestNGMethod> filteredMethods = Lists.newArrayList(); in invokeBeforeGroupsConfigurations() local846 filteredMethods.addAll(methods); in invokeBeforeGroupsConfigurations()850 …ITestNGMethod[] beforeMethodsArray = filteredMethods.toArray(new ITestNGMethod[filteredMethods.siz… in invokeBeforeGroupsConfigurations()