Searched refs:ClassRule (Results 1 – 3 of 3) sorted by relevance
3 import org.junit.ClassRule;104 return new Builder(ClassRule.class); in classRuleValidatorBuilder()169 boolean isClassRuleAnnotated = (member.getAnnotation(ClassRule.class) != null); in validate()
18 import org.junit.ClassRule;254 … List<TestRule> result = testClass.getAnnotatedMethodValues(null, ClassRule.class, TestRule.class); in classRules()255 result.addAll(testClass.getAnnotatedFieldValues(null, ClassRule.class, TestRule.class)); in classRules()
86 public @interface ClassRule { annotation