de.holisticon.annotationprocessortoolkit.testhelper.validator
Class TestMessageValidator
java.lang.Object
de.holisticon.annotationprocessortoolkit.testhelper.validator.TestMessageValidator
- All Implemented Interfaces:
- TestValidator
public class TestMessageValidator
- extends Object
- implements TestValidator
A test that checks for compiler messages.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMessageValidator
public TestMessageValidator(String[] errors,
String[] warnings)
getAnnotationProcessorTestType
public TestValidatorType getAnnotationProcessorTestType()
- Description copied from interface:
TestValidator
- Gets the type of the annotation processor test.
- Specified by:
getAnnotationProcessorTestType in interface TestValidator
- Returns:
- the type of the annotation processor test
getErrors
public String[] getErrors()
getWarnings
public String[] getWarnings()
Copyright © 2017 Holisticon AG. All Rights Reserved.