protected static class EmbeddedDatabaseContextCustomizerFactory.EmbeddedDatabaseContextCustomizer
extends java.lang.Object
implements org.springframework.test.context.ContextCustomizer
| Constructor and Description |
|---|
EmbeddedDatabaseContextCustomizer(java.util.Set<DatabaseDefinition> databaseDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
customizeContext(org.springframework.context.ConfigurableApplicationContext context,
org.springframework.test.context.MergedContextConfiguration mergedConfig) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public EmbeddedDatabaseContextCustomizer(java.util.Set<DatabaseDefinition> databaseDefinitions)
public void customizeContext(org.springframework.context.ConfigurableApplicationContext context,
org.springframework.test.context.MergedContextConfiguration mergedConfig)
customizeContext in interface org.springframework.test.context.ContextCustomizerpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object