Uses of Interface
org.junit.validator.TestClassValidator
-
Packages that use TestClassValidator Package Description org.junit.validator -
-
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.
-