Uses of Class
de.softwareforge.testing.postgres.embedded.DatabaseManager
Packages that use DatabaseManager
-
Uses of DatabaseManager in de.softwareforge.testing.postgres.embedded
Methods in de.softwareforge.testing.postgres.embedded that return DatabaseManagerModifier 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.Methods in de.softwareforge.testing.postgres.embedded that return types with arguments of type DatabaseManagerModifier 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()
.