Package org.keycloak.it.junit5.extension
Annotation Type RawDistOnly
-
@Target(TYPE) @Retention(RUNTIME) @EnabledIfSystemProperty(named="kc.quarkus.tests.dist", matches="^$|raw") public @interface RawDistOnly
RawDistOnlyis used to signal that the annotated test class is only enabled when running tests using theDistributionType.RAWor running tests in whitebox mode in the same jvm usingCLITest
-
-
Element Detail
-
reason
String reason
The reason why the test is disabled.
-
-