Package org.junit.validator
Interface TestClassValidator
- All Known Implementing Classes:
AnnotationsValidator,PublicClassValidator
public interface TestClassValidator
Validates a single facet of a test class.
- Since:
- 4.12
-
Method Summary
Modifier and TypeMethodDescriptionvalidateTestClass(TestClass testClass) Validate a single facet of a test class.
-
Method Details
-
validateTestClass
Validate a single facet of a test class.- Parameters:
testClass- theTestClassthat is validated.- Returns:
- the validation errors found by the validator.
-