Annotation Interface DisableIfBuiltWithGraalVMOlderThan


@Target({TYPE,METHOD}) @Retention(RUNTIME) @ExtendWith(DisableIfBuiltWithGraalVMOlderThanCondition.class) public @interface DisableIfBuiltWithGraalVMOlderThan
Used to signal that a test class or method should be disabled if the version of GraalVM used to build the native binary under test was older than the supplied version. This annotation should only be used on a test classes annotated with QuarkusIntegrationTest. If it is used on other test classes, it will have no effect.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description