Home
last modified time | relevance | path

Searched refs:getBeforeGroups (Results 1 – 14 of 14) 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/
DClonedMethod.java48 public String[] getBeforeGroups() { in getBeforeGroups() method in ClonedMethod
49 return m_method.getBeforeGroups(); in getBeforeGroups()
DConfigurationMethod.java221 isBefore ? methods[i].getBeforeGroups() : new String[0], in createBeforeConfigurationMethods()
360 if (annotation.getBeforeGroups().length != 0) { in init()
423 getBeforeGroups(), in clone()
DTestNGMethodFinder.java159 beforeGroups = configuration.getBeforeGroups(); in findConfiguration()
DTestNGMethod.java189 clone.m_beforeGroups= getBeforeGroups(); in clone()
DMethodGroupsHelper.java133 for (String group : before ? method.getBeforeGroups() : method.getAfterGroups()) { in findGroupsMethods()
DBaseTestMethod.java654 public String[] getBeforeGroups() { in getBeforeGroups() method in BaseTestMethod
DInvoker.java388 String[] beforeGroups= annotation.getBeforeGroups(); in recordConfigurationInvocationFailed()
/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
DAnnotationHelper.java126 result.setBeforeGroups(bg.getBeforeGroups()); in createConfiguration()
/external/testng/src/main/java/org/testng/
DITestNGMethod.java90 public String[] getBeforeGroups(); in getBeforeGroups() method
/external/testng/src/test/java/test/mannotation/
DMAnnotationSampleTest.java123 String[] bg = configuration.getBeforeGroups(); in verifyConfigurationBefore()
147 Assert.assertEquals(0, configuration.getBeforeGroups().length); in verifyConfigurationAfter()
/external/testng/src/test/java/org/testng/internal/
DMethodInstanceTest.java321 public String[] getBeforeGroups() { in getBeforeGroups() method in MethodInstanceTest.TestNGMethodStub