Package org.keycloak.it.junit5.extension
Annotation Interface DistributionTest
@Target(TYPE)
@ExtendWith(CLITestExtension.class)
@Retention(RUNTIME)
public @interface DistributionTest
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanString[]If any option must be set when starting the server.booleanbooleanbooleanIf any build option must be unset after the running the build command.
-
Element Details
-
debug
boolean debug- Default:
- false
-
keepAlive
boolean keepAlive- Default:
- false
-
enableTls
boolean enableTls- Default:
- false
-
reInstall
DistributionTest.ReInstall reInstall- Default:
- BEFORE_ALL
-
removeBuildOptionsAfterBuild
boolean removeBuildOptionsAfterBuildIf any build option must be unset after the running the build command.- Default:
- false
-
defaultOptions
String[] defaultOptionsIf any option must be set when starting the server.- Default:
- {}
-