Searched refs:filteredMethods (Results 1 – 2 of 2) sorted by relevance
367 List<MethodInfo> filteredMethods = new ArrayList<MethodInfo>(); in convertMethods()371 filteredMethods.add(methodInfo); in convertMethods()375 return filteredMethods.toArray(new MethodInfo[filteredMethods.size()]); in convertMethods()
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()