Searched refs:getAfterTestMethod (Results 1 – 6 of 6) sorted by relevance
30 public boolean getAfterTestMethod(); in getAfterTestMethod() method
119 Assert.assertFalse(configuration.getAfterTestMethod()); in verifyConfigurationBefore()144 Assert.assertTrue(configuration.getAfterTestMethod()); in verifyConfigurationAfter()169 Assert.assertFalse(configuration.getAfterTestMethod()); in verifyConfigurationOthers()
100 public boolean getAfterTestMethod() { in getAfterTestMethod() method in ConfigurationAnnotation
155 create = configuration.getAfterTestMethod(); in findConfiguration()
375 if (annotation.getAfterTestMethod()) { in init()
272 || configurationAnnotation.getAfterTestMethod() in isAlwaysRun()365 else if (annotation.getBeforeTestMethod() || annotation.getAfterTestMethod()) { in recordConfigurationInvocationFailed()