Uses of Class
net.officefloor.jdbc.postgresql.test.AbstractPostgreSqlJUnit.Configuration
Packages that use AbstractPostgreSqlJUnit.Configuration
-
Uses of AbstractPostgreSqlJUnit.Configuration in net.officefloor.jdbc.postgresql.test
Methods in net.officefloor.jdbc.postgresql.test that return AbstractPostgreSqlJUnit.ConfigurationModifier and TypeMethodDescriptionSpecifies the database.AbstractPostgreSqlJUnit.Configuration.maxConnections(int maxConnections) Specifies the max connections.Specifies the password.AbstractPostgreSqlJUnit.Configuration.port(int port) Specifies the port.Specifies the server.Specifies the user name.Constructors in net.officefloor.jdbc.postgresql.test with parameters of type AbstractPostgreSqlJUnit.ConfigurationModifierConstructorDescriptionAbstractPostgreSqlJUnit(AbstractPostgreSqlJUnit.Configuration configuration) Instantiate.PostgreSqlExtension(AbstractPostgreSqlJUnit.Configuration configuration) Instantiate.PostgreSqlRule(AbstractPostgreSqlJUnit.Configuration configuration) Instantiate.