Uses of Interface
org.assertj.db.type.ConnectionProvider
Packages that use ConnectionProvider
Package
Description
This package contains utility classes that implements the different assertions methods.
This package contains the classes that defines the different types used in assertj-db.
-
Uses of ConnectionProvider in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type ConnectionProviderModifier and TypeMethodDescriptionstatic <A extends AbstractDbAssert<?,?, ?, ?, ?, ?>>
AAssertionsOnTableExistence.doesNotExists(A assertion, org.assertj.core.api.WritableAssertionInfo info, String table, ConnectionProvider connectionProvider) Verifies that the database not contains the table.static <A extends AbstractDbAssert<?,?, ?, ?, ?, ?>>
AAssertionsOnTableExistence.exists(A assertion, org.assertj.core.api.WritableAssertionInfo info, String table, ConnectionProvider connectionProvider) Verifies that the table exists. -
Uses of ConnectionProvider in org.assertj.db.type
Classes in org.assertj.db.type that implement ConnectionProviderModifier and TypeClassDescriptionclassThe implementation ofConnectionProviderbased on java.sql.DataSource.classThe implementation ofConnectionProviderfrom JDBC url connection info.Methods in org.assertj.db.type that return ConnectionProviderModifier and TypeMethodDescriptionAssertDbConnectionFactory.DataSourceConnectionProviderFactory.createConnectionProvider()Build the Connection ProviderAssertDbConnectionFactory.JdbcUrlConnectionProviderFactory.createConnectionProvider()Build the Connection ProviderAbstractDbElement.getConnectionProvider()Return the connectionProvider.Constructors in org.assertj.db.type with parameters of type ConnectionProviderModifierConstructorDescriptionprotectedAbstractDbData(Class<D> selfType, DataType dataType, ConnectionProvider connectionProvider) Constructor with aJdbcUrlConnectionProvider.protectedAbstractDbElement(Class<D> selfType, ConnectionProvider connectionProvider) Constructor.