AnnotationsValidator
, PublicClassValidator
public interface TestClassValidator
Modifier and Type | Method | Description |
---|---|---|
List<Exception> |
validateTestClass(TestClass testClass) |
Validate a single facet of a test class.
|
List<Exception> validateTestClass(TestClass testClass)
testClass
- the TestClass
that is validated.Copyright © 2002–2018 JUnit. All rights reserved.