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

/external/testng/src/main/java/org/testng/internal/
H A DMethodGroupsHelper.java154 List<ITestNGMethod> includedMethods,
160 for (ITestNGMethod m : includedMethods) {
173 for (ITestNGMethod m : includedMethods) {
216 includedMethods = Lists.newArrayList();
217 includedMethods.addAll(newMethods.keySet());
153 findGroupTransitiveClosure(XmlMethodSelector xms, List<ITestNGMethod> includedMethods, List<ITestNGMethod> allMethods, String[] includedGroups, Set<String> outGroups, Set<ITestNGMethod> outMethods) argument
/external/testng/src/main/java/org/testng/xml/
H A DXmlClass.java115 * @return Returns the includedMethods.
122 * @param includedMethods The includedMethods to set.
124 public void setIncludedMethods(List<XmlInclude> includedMethods) { argument
125 m_includedMethods = includedMethods;

Completed in 231 milliseconds