Searched refs:getAfterGroups (Results 1 – 13 of 13) sorted by relevance
74 public String[] getAfterGroups(); in getAfterGroups() method
43 public String[] getAfterGroups() { in getAfterGroups() method in ClonedMethod44 return m_method.getAfterGroups(); in getAfterGroups()
245 isBefore ? new String[0] : methods[i].getAfterGroups(), in createAfterConfigurationMethods()363 if (annotation.getAfterGroups().length != 0) { in init()424 getAfterGroups(), in clone()
164 afterGroups = configuration.getAfterGroups(); in findConfiguration()
190 clone.m_afterGroups= getAfterGroups(); in clone()
133 for (String group : before ? method.getBeforeGroups() : method.getAfterGroups()) { in findGroupsMethods()
662 public String[] getAfterGroups() { in getAfterGroups() method in BaseTestMethod
58 public String[] getAfterGroups() { in getAfterGroups() method in BaseBeforeAfter
140 public String[] getAfterGroups() { in getAfterGroups() method in ConfigurationAnnotation
130 result.setAfterGroups(ag.getAfterGroups()); in createConfiguration()
91 public String[] getAfterGroups(); in getAfterGroups() method
122 Assert.assertEquals(0, configuration.getAfterGroups().length); in verifyConfigurationBefore()148 String[] ag = configuration.getAfterGroups(); in verifyConfigurationAfter()
326 public String[] getAfterGroups() { in getAfterGroups() method in MethodInstanceTest.TestNGMethodStub