AnnotationProcessingTestCase.java | Class | A JUnit test class for JDK1.5 to JDK1.4 bytecode & annotation transformation
using Retrotranslator.
This testsuite introduces several annotations that can be useful in a JUnit
environment that makes use annotations like the upcoming JUnit 4 version will do.
Besides testing for positive and negative outcomes it provides several annotation
combination at the class and method level and uses different types for the
annotation members. |