Package org.keycloak.it.junit5.extension
Annotation Interface 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
WithDatabase is used to start a database container.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]The build options that should be used to build the server prior to starting.