Package org.keycloak.it.junit5.extension
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
-
Element Details
-
reason
String reasonThe reason why the test is disabled.
-