Uses of Interface
org.junit.validator.TestClassValidator
Packages that use TestClassValidator
-
Uses of TestClassValidator in org.junit.runners
Fields in org.junit.runners declared as TestClassValidatorModifier and TypeFieldDescriptionprivate static TestClassValidatorBlockJUnit4ClassRunner.PUBLIC_CLASS_VALIDATORFields in org.junit.runners with type parameters of type TestClassValidatorModifier and TypeFieldDescriptionprivate static final List<TestClassValidator> ParentRunner.VALIDATORS -
Uses of TestClassValidator in org.junit.validator
Classes in org.junit.validator that implement TestClassValidatorModifier and TypeClassDescriptionfinal classAnAnnotationsValidatorvalidates all annotations of a test class, including its annotated fields and methods.classValidates that aTestClassis public.