Searched refs:beforeTestMethod (Results 1 – 9 of 9) sorted by relevance
16 @Configuration(beforeTestMethod = true)23 @Configuration(beforeTestMethod = true, groups = "excludeThisGroup")
71 public void setBeforeTestMethod(boolean beforeTestMethod) { in setBeforeTestMethod() argument72 m_beforeTestMethod = beforeTestMethod; in setBeforeTestMethod()
263 result.setBeforeTestMethod(c.beforeTestMethod()); in createConfigurationTag()
8 @Configuration(beforeTestMethod = true)
18 public void beforeTestMethod() { in beforeTestMethod() method in Basic1
35 public boolean beforeTestMethod() default false; in beforeTestMethod() method
28 public void beforeTestMethod() { in beforeTestMethod() method in IncludedExcludedSampleTest
44 @Configuration(beforeSuite = true, beforeTestMethod = true,