Searched defs:beforeSuiteMethods (Results 1 – 2 of 2) sorted by relevance
418 List<ITestNGMethod> beforeSuiteMethods = Lists.newArrayList(); in initMethods() local469 fixMethodsWithClass(tc.getBeforeSuiteMethods(), tc, beforeSuiteMethods); in initMethods() local
278 Map<Method, ITestNGMethod> beforeSuiteMethods= new LinkedHashMap<>(); in privateRun() local