Searched refs:setAfterTestMethod (Results 1 – 5 of 5) sorted by relevance
51 public void setAfterTestMethod(boolean afterTestMethod) { in setAfterTestMethod() method in ConfigurationAnnotation
264 result.setAfterTestMethod(c.afterTestMethod()); in createConfigurationTag()308 result.setAfterTestMethod(afterMethod); in createConfigurationTag()
146 result.setAfterTestMethod(true); in createConfiguration()
59 public void setAfterTestMethod(ITestNGMethod[] afterTestMethods) { in setAfterTestMethod() method in NoOpTestClass
182 testClass.setAfterTestMethod(clone(tc.getAfterTestMethods())); in clone()