public class EmbeddedPostgresTestDatabaseRule
extends org.junit.rules.ExternalResource
| Modifier and Type | Method and Description |
|---|---|
EmbeddedPostgreSQLController |
getController() |
com.opentable.config.Config |
getTweakedConfig(com.opentable.config.Config config,
String dbModuleName)
Override a
Config to set ness.db.[db-name].uri to a unique
database in the cluster. |
com.opentable.config.Config |
getTweakedConfig(String dbModuleName)
Shorthand for
getTweakedConfig(Config.getEmptyConfig(), dbModuleName). |
public com.opentable.config.Config getTweakedConfig(com.opentable.config.Config config,
String dbModuleName)
Config to set ness.db.[db-name].uri to a unique
database in the cluster.public com.opentable.config.Config getTweakedConfig(String dbModuleName)
getTweakedConfig(Config.getEmptyConfig(), dbModuleName).public EmbeddedPostgreSQLController getController()
Copyright © 2015. All rights reserved.