Annotation Interface RawDistOnly


@Target({TYPE,METHOD}) @Retention(RUNTIME) @EnabledIfSystemProperty(named="kc.quarkus.tests.dist", matches="^$|raw") public @interface RawDistOnly
RawDistOnly is used to signal that the annotated test class is only enabled when running tests using the DistributionType.RAW or running tests in whitebox mode in the same jvm using CLITest
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The reason why the test is disabled.
  • Element Details

    • reason

      String reason
      The reason why the test is disabled.