de.holisticon.annotationprocessortoolkit.testhelper
Class AbstractAnnotationProcessorTest<T extends Processor>

java.lang.Object
  extended by de.holisticon.annotationprocessortoolkit.testhelper.AbstractAnnotationProcessorTest<T>

public abstract class AbstractAnnotationProcessorTest<T extends Processor>
extends Object

Abstract base class which allows parameterized tests.


Field Summary
static String TEST_EXECUTION_MESSAGE
           
 
Constructor Summary
AbstractAnnotationProcessorTest(String description, String resource, String[] errors, String[] warnings)
           
 
Method Summary
protected abstract  Processor getAnnotationProcessor()
           
protected  void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_EXECUTION_MESSAGE

public static final String TEST_EXECUTION_MESSAGE
See Also:
Constant Field Values
Constructor Detail

AbstractAnnotationProcessorTest

public AbstractAnnotationProcessorTest(String description,
                                       String resource,
                                       String[] errors,
                                       String[] warnings)
Method Detail

getAnnotationProcessor

protected abstract Processor getAnnotationProcessor()

test

protected void test()


Copyright © 2017 Holisticon AG. All Rights Reserved.