Package org.keycloak.it.junit5.extension
Annotation Type WithDatabase
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @EnabledIfSystemProperty(named="kc.test.storage.database", matches="true", disabledReason="Docker takes too much time and stability depends on the environment. We should try running these tests in CI but isolated.") public @interface WithDatabase
WithDatabaseis used to start a database container.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]buildOptionsThe build options that should be used to build the server prior to starting.
-