Uses of Class
de.softwareforge.testing.postgres.embedded.DatabaseInfo
Packages that use DatabaseInfo
Package
Description
-
Uses of DatabaseInfo in de.softwareforge.testing.postgres.embedded
Methods in de.softwareforge.testing.postgres.embedded that return DatabaseInfoModifier and TypeMethodDescriptionabstract DatabaseInfoDatabaseInfo.Builder.build()EmbeddedPostgres.createDefaultDatabaseInfo()Creates aDatabaseInfoobject describing the default database (normallystatic DatabaseInfoDatabaseInfo.forException(SQLException e) DatabaseManager.getDatabaseInfo() -
Uses of DatabaseInfo in de.softwareforge.testing.postgres.junit5
Methods in de.softwareforge.testing.postgres.junit5 that return DatabaseInfoModifier and TypeMethodDescriptionEmbeddedPgExtension.createDatabaseInfo()Returns aDatabaseInfodescribing the database connection.