Package org.keycloak.it.junit5.extension
Annotation Type DistributionTest
-
@Target(TYPE) @ExtendWith(CLITestExtension.class) @Retention(RUNTIME) public @interface DistributionTest
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleandebugString[]defaultOptionsIf any option must be set when starting the server.booleanenableTlsbooleankeepAliveDistributionTest.ReInstallreInstallbooleanremoveBuildOptionsAfterBuildIf any build option must be unset after the running the build command.
-
-
-
-
reInstall
DistributionTest.ReInstall reInstall
- Default:
- org.keycloak.it.junit5.extension.DistributionTest.ReInstall.BEFORE_ALL
-
-
-
defaultOptions
String[] defaultOptions
If any option must be set when starting the server.- Default:
- {}
-
-