Searched refs:getBeforeTestMethod (Results 1 – 7 of 7) sorted by relevance
25 public boolean getBeforeTestMethod(); in getBeforeTestMethod() method
24 if (annotation.getBeforeTestMethod()) { in transform()
115 Assert.assertTrue(configuration.getBeforeTestMethod()); in verifyConfigurationBefore()140 Assert.assertFalse(configuration.getBeforeTestMethod()); in verifyConfigurationAfter()165 Assert.assertFalse(configuration.getBeforeTestMethod()); in verifyConfigurationOthers()
95 public boolean getBeforeTestMethod() { in getBeforeTestMethod() method in ConfigurationAnnotation
151 create = configuration.getBeforeTestMethod(); in findConfiguration()
372 if (annotation.getBeforeTestMethod()) { in init()
273 || configurationAnnotation.getBeforeTestMethod() in isAlwaysRun()365 else if (annotation.getBeforeTestMethod() || annotation.getAfterTestMethod()) { in recordConfigurationInvocationFailed()