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.
Use MojoTest instead
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Deprecated, 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 realSession
      Deprecated, 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