Class JavacExtension

java.lang.Object
com.karuslabs.elementary.junit.JavacExtension
All Implemented Interfaces:
Extension, ParameterResolver

public class JavacExtension extends Object implements ParameterResolver
A JUnit extension that compiles Java source files specified by @Classpath, @Inline, @Introspect and @Resource annotations on the test class and method. Results of the compilation may be obtained by specifying Results as a test method parameter. The only constructor and method parameter that this extension supports is Results.
See Also: