Searched refs:getBeforeGroups (Results 1 – 14 of 14) sorted by relevance
69 public String[] getBeforeGroups(); in getBeforeGroups() method
48 public String[] getBeforeGroups() { in getBeforeGroups() method in ClonedMethod49 return m_method.getBeforeGroups(); in getBeforeGroups()
221 isBefore ? methods[i].getBeforeGroups() : new String[0], in createBeforeConfigurationMethods()360 if (annotation.getBeforeGroups().length != 0) { in init()423 getBeforeGroups(), in clone()
159 beforeGroups = configuration.getBeforeGroups(); in findConfiguration()
189 clone.m_beforeGroups= getBeforeGroups(); in clone()
133 for (String group : before ? method.getBeforeGroups() : method.getAfterGroups()) { in findGroupsMethods()
654 public String[] getBeforeGroups() { in getBeforeGroups() method in BaseTestMethod
388 String[] beforeGroups= annotation.getBeforeGroups(); in recordConfigurationInvocationFailed()
66 public String[] getBeforeGroups() { in getBeforeGroups() method in BaseBeforeAfter
149 public String[] getBeforeGroups() { in getBeforeGroups() method in ConfigurationAnnotation
126 result.setBeforeGroups(bg.getBeforeGroups()); in createConfiguration()
90 public String[] getBeforeGroups(); in getBeforeGroups() method
123 String[] bg = configuration.getBeforeGroups(); in verifyConfigurationBefore()147 Assert.assertEquals(0, configuration.getBeforeGroups().length); in verifyConfigurationAfter()
321 public String[] getBeforeGroups() { in getBeforeGroups() method in MethodInstanceTest.TestNGMethodStub