Annotation Type EnabledOnQuarkusVersion

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String reason
      Why is the annotated test class or test method disabled.
      String version
      Regular expression that is matched against the version of Quarkus used in the test suite.
    • Element Detail

      • version

        String version
        Regular expression that is matched against the version of Quarkus used in the test suite. If the version matches, the test is disabled. Note that the entire Quarkus version string must match, substring match isn't enough.
      • reason

        String reason
        Why is the annotated test class or test method disabled.