Annotation Interface MojoTest
@Deprecated(since="4.0.0-rc-6",
forRemoval=true)
@Retention(RUNTIME)
@ExtendWith(MojoExtension.class)
@Target(TYPE)
public @interface MojoTest
Deprecated, for removal: This API element is subject to removal in a future version.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.If true, the test harness will provide a real Maven Session created by ApiRunner.createSession(), instead of the default mock session.
-
Element Details
-
realSession
boolean realSessionDeprecated, for removal: This API element is subject to removal in a future version.If true, the test harness will provide a real Maven Session created by ApiRunner.createSession(), instead of the default mock session. Default is false.- Default:
false
-
MojoTestinstead