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 TestClassValidator
BlockJUnit4ClassRunner.PUBLIC_CLASS_VALIDATOR
Fields 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 class
AnAnnotationsValidator
validates all annotations of a test class, including its annotated fields and methods.class
Validates that aTestClass
is public.