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

/external/testng/src/main/java/org/testng/xml/
H A DXmlClass.java101 * @return Returns the excludedMethods.
108 * @param excludedMethods The excludedMethods to set.
110 public void setExcludedMethods(List<String> excludedMethods) { argument
111 m_excludedMethods = excludedMethods;

Completed in 78 milliseconds