Uses of Interface
org.junit.validator.TestClassValidator
-
Packages that use TestClassValidator Package Description org.junit.runners Provides standardRunner
implementations.org.junit.validator -
-
Uses of TestClassValidator in org.junit.runners
Fields 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 class
AnnotationsValidator
AnAnnotationsValidator
validates all annotations of a test class, including its annotated fields and methods.class
PublicClassValidator
Validates that aTestClass
is public.
-