Home
last modified time | relevance | path

Searched defs:getBeforeGroups (Results 1 – 7 of 7) sorted by relevance

/external/testng/src/main/java/org/testng/annotations/
DIConfigurationAnnotation.java69 public String[] getBeforeGroups(); in getBeforeGroups() method
/external/testng/src/main/java/org/testng/internal/annotations/
DBaseBeforeAfter.java66 public String[] getBeforeGroups() { in getBeforeGroups() method in BaseBeforeAfter
DConfigurationAnnotation.java149 public String[] getBeforeGroups() { in getBeforeGroups() method in ConfigurationAnnotation
/external/testng/src/main/java/org/testng/
DITestNGMethod.java90 public String[] getBeforeGroups(); in getBeforeGroups() method
/external/testng/src/main/java/org/testng/internal/
DClonedMethod.java48 public String[] getBeforeGroups() { in getBeforeGroups() method in ClonedMethod
DBaseTestMethod.java654 public String[] getBeforeGroups() { in getBeforeGroups() method in BaseTestMethod
/external/testng/src/test/java/org/testng/internal/
DMethodInstanceTest.java321 public String[] getBeforeGroups() { in getBeforeGroups() method in MethodInstanceTest.TestNGMethodStub