public interface TestClassValidator
Modifier and Type | Method and 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–2017 JUnit. All rights reserved.