public static interface TestClassValidator.ClassValidator
The information can be of the following types:
TestClassValidator
,
TestClassValidator.ClassValidatorListener
Modifier and Type | Method and Description |
---|---|
void |
setListener(TestClassValidator.ClassValidatorListener listener)
Sets the listener that will report to the user.
|
void |
validate(java.lang.Class cls)
Validates a given class and report infos, warnings and errors via
the ClassValidatorListener object (if any was set).
|
void setListener(TestClassValidator.ClassValidatorListener listener)
void validate(java.lang.Class cls)
Copyright © ${project.year} ${project.holder}. All Rights Reserved.