Annotation Type WithoutMojo


@Deprecated @Retention(RUNTIME) @Documented @Target(METHOD) public @interface WithoutMojo
Deprecated.
As of version 3.4.0, it is advised to work with JUnit5 tests which do not use rules but extensions MojoExtension instead.
An annotation for test methods that do not require the MojoRule to create and tear down the instance.
Author:
Mirko Friedenhagen