Uses of Interface
org.junit.validator.TestClassValidator
-
Packages that use TestClassValidator Package Description org.junit.runners Provides standardRunnerimplementations.org.junit.validator -
-
Uses of TestClassValidator in org.junit.runners
Fields in org.junit.runners declared as TestClassValidator Modifier and Type Field Description private static TestClassValidatorBlockJUnit4ClassRunner. PUBLIC_CLASS_VALIDATORFields in org.junit.runners with type parameters of type TestClassValidator Modifier and Type Field Description private static java.util.List<TestClassValidator>ParentRunner. VALIDATORS -
Uses of TestClassValidator in org.junit.validator
Classes in org.junit.validator that implement TestClassValidator Modifier and Type Class Description classAnnotationsValidatorAnAnnotationsValidatorvalidates all annotations of a test class, including its annotated fields and methods.classPublicClassValidatorValidates that aTestClassis public.
-