HomeSort by relevance Sort by last modified time
    Searched defs:addExcludedGroup (Results 1 - 4 of 4) sorted by null

  /external/testng/src/main/java/org/testng/xml/
XmlTest.java 220 * Note: do not modify the returned value, use {@link #addExcludedGroup(String)}.
232 public void addExcludedGroup(String g) {
XmlSuite.java 993 * Note: do not modify the returned value, use {@link #addExcludedGroup(String)}.
1003 public void addExcludedGroup(String g) {
  /external/testng/src/test/java/test/
BaseTest.java 251 public void addExcludedGroup(String g) {
252 getTest().addExcludedGroup(g);
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 53 milliseconds