Searched refs:afterTestMethod (Results 1 – 6 of 6) sorted by relevance
51 public void setAfterTestMethod(boolean afterTestMethod) { in setAfterTestMethod() argument52 m_afterTestMethod = afterTestMethod; in setAfterTestMethod()
264 result.setAfterTestMethod(c.afterTestMethod()); in createConfigurationTag()
13 @Configuration(afterTestMethod = true)
40 public boolean afterTestMethod() default false; in afterTestMethod() method
49 @Configuration(afterSuite = true, afterTestMethod = true,