Uses of Class
de.softwareforge.testing.postgres.embedded.DatabaseManager
-
Uses of DatabaseManager in de.softwareforge.testing.postgres.embedded
Modifier and TypeMethodDescriptionDatabaseManager.DatabaseManagerBuilder.build()
Creates a newDatabaseManager
instance from the builder.DatabaseManager.start()
Start the database server and the machinery that will provide new database instances.Modifier and TypeMethodDescriptionDatabaseManager.multiDatabases()
Creates a newDatabaseManager.Builder<DatabaseManager>
instance that will create a new database on each call togetDatabaseInfo()
.DatabaseManager.singleDatabase()
Creates a newDatabaseManager.Builder<DatabaseManager>
instance that will return a connection to the same database on each call togetDatabaseInfo()
.