Package org.keycloak.it.junit5.extension
Annotation Type KeepServerAlive
-
@Target(METHOD) @Retention(RUNTIME) public @interface KeepServerAlive
KeepServerAliveis used in a distributiontest to keep the server alive on test / method level. Used when whenDistributionTestis invoked on class level not using keepAlive=true param, but for a specific test we need to run e.g. RestAssured verifications.