public class PublicClassValidator extends Object implements TestClassValidator
TestClass is public.| Constructor and Description |
|---|
PublicClassValidator() |
| Modifier and Type | Method and Description |
|---|---|
List<Exception> |
validateTestClass(TestClass testClass)
Validate that the specified
TestClass is public. |
public PublicClassValidator()
public List<Exception> validateTestClass(TestClass testClass)
TestClass is public.validateTestClass in interface TestClassValidatortestClass - the TestClass that is validated.Copyright © 2002–2020 JUnit. All rights reserved.