de.holisticon.annotationprocessortoolkit.testhelper.validator
Class TestMessageValidator

java.lang.Object
  extended by de.holisticon.annotationprocessortoolkit.testhelper.validator.TestMessageValidator
All Implemented Interfaces:
TestValidator

public class TestMessageValidator
extends Object
implements TestValidator

A test that checks for compiler messages.


Constructor Summary
TestMessageValidator(String[] errors, String[] warnings)
           
 
Method Summary
 TestValidatorType getAnnotationProcessorTestType()
          Gets the type of the annotation processor test.
 String[] getErrors()
           
 String[] getWarnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMessageValidator

public TestMessageValidator(String[] errors,
                            String[] warnings)
Method Detail

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.