Package org.apache.maven.plugin.testing
Annotation Type WithoutMojo
-
@Deprecated @Retention(RUNTIME) @Documented @Target(METHOD) public @interface WithoutMojoDeprecated.As of version 3.4.0, it is advised to work with JUnit5 tests which do not use rules but extensionsMojoExtensioninstead.An annotation for test methods that do not require theMojoRuleto create and tear down the instance.- Author:
- Mirko Friedenhagen