Skip navigation links
A B C D E F G I L M N P R S T V X 

A

AbstractDataSetLoader - Class in com.github.springtestdbunit.dataset
Abstract data set loader, which provides a basis for concrete implementations of the DataSetLoader strategy.
AbstractDataSetLoader() - Constructor for class com.github.springtestdbunit.dataset.AbstractDataSetLoader
 
addReplacements(ReplacementDataSet) - Method in class com.github.springtestdbunit.dataset.ReplacementDataSetModifier
 
afterTestClass(TestContext) - Method in class com.github.springtestdbunit.TestExecutionListenerChain
 
afterTestMethod(DbUnitTestContext) - Method in class com.github.springtestdbunit.DbUnitRunner
Called after a test method is executed to perform any database teardown and to check expected results.
afterTestMethod(TestContext) - Method in class com.github.springtestdbunit.DbUnitTestExecutionListener
 
afterTestMethod(TestContext) - Method in class com.github.springtestdbunit.TestExecutionListenerChain
 
apply(DatabaseConfig) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Apply the configuration represented by this bean to the specified databaseConfig.
assertEquals(IDataSet, IDataSet, List<IColumnFilter>) - Method in interface com.github.springtestdbunit.assertion.DatabaseAssertion
Assert that the specified dataSets are conceptually equal.
assertEquals(ITable, ITable, List<IColumnFilter>) - Method in interface com.github.springtestdbunit.assertion.DatabaseAssertion
Assert that the specified dataSets are conceptually equal.

B

beforeTestClass(TestContext) - Method in class com.github.springtestdbunit.TestExecutionListenerChain
 
beforeTestMethod(DbUnitTestContext) - Method in class com.github.springtestdbunit.DbUnitRunner
Called before a test method is executed to perform any database setup.
beforeTestMethod(TestContext) - Method in class com.github.springtestdbunit.DbUnitTestExecutionListener
 
beforeTestMethod(TestContext) - Method in class com.github.springtestdbunit.TestExecutionListenerChain
 

C

closeAll() - Method in class com.github.springtestdbunit.DatabaseConnections
 
com.github.springtestdbunit - package com.github.springtestdbunit
 
com.github.springtestdbunit.annotation - package com.github.springtestdbunit.annotation
 
com.github.springtestdbunit.assertion - package com.github.springtestdbunit.assertion
 
com.github.springtestdbunit.bean - package com.github.springtestdbunit.bean
 
com.github.springtestdbunit.dataset - package com.github.springtestdbunit.dataset
 
com.github.springtestdbunit.operation - package com.github.springtestdbunit.operation
 
CONNECTION_ATTRIBUTE - Static variable in class com.github.springtestdbunit.DbUnitTestExecutionListener
 
createChain() - Method in class com.github.springtestdbunit.TestExecutionListenerChain
Factory method used to create the chain.
createDataSet(Resource) - Method in class com.github.springtestdbunit.dataset.AbstractDataSetLoader
Factory method used to create the dataset
createDataSet(Resource) - Method in class com.github.springtestdbunit.dataset.FlatXmlDataSetLoader
 
createDataSet(Resource) - Method in class com.github.springtestdbunit.dataset.XmlDataSetLoader
 

D

DATA_SET_LOADER_ATTRIBUTE - Static variable in class com.github.springtestdbunit.DbUnitTestExecutionListener
 
DATABASE_OPERATION_LOOKUP_ATTRIBUTE - Static variable in class com.github.springtestdbunit.DbUnitTestExecutionListener
 
DatabaseAssertion - Interface in com.github.springtestdbunit.assertion
Database assertion strategy interface.
DatabaseAssertionMode - Enum in com.github.springtestdbunit.assertion
Database assertion modes which determine ExpectedDatabase behavior.
DatabaseConfigBean - Class in com.github.springtestdbunit.bean
A bean representation of the DB unit DatabaseConfig class.
DatabaseConfigBean() - Constructor for class com.github.springtestdbunit.bean.DatabaseConfigBean
 
DatabaseConnections - Class in com.github.springtestdbunit
Holds a number of IDatabaseConnection beans.
DatabaseConnections(String[], IDatabaseConnection[]) - Constructor for class com.github.springtestdbunit.DatabaseConnections
 
DatabaseDataSourceConnectionFactoryBean - Class in com.github.springtestdbunit.bean
A FactoryBean that can be used to create a transaction aware DatabaseDataSourceConnection using the specified dataSource.
DatabaseDataSourceConnectionFactoryBean() - Constructor for class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
 
DatabaseDataSourceConnectionFactoryBean(DataSource) - Constructor for class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
 
DatabaseOperation - Enum in com.github.springtestdbunit.annotation
Database test operations that can be performed to configure database tables.
DatabaseOperationLookup - Interface in com.github.springtestdbunit.operation
Strategy used to lookup a DBUnit Database Operation from a enum value.
DatabaseSetup - Annotation Type in com.github.springtestdbunit.annotation
Test annotation which indicates how to put a database into a know state before tests are run.
DatabaseSetups - Annotation Type in com.github.springtestdbunit.annotation
Container for repeating DatabaseSetup annotations.
DatabaseTearDown - Annotation Type in com.github.springtestdbunit.annotation
Test annotation which indicates how to put a database into a know state after tests have run.
DatabaseTearDowns - Annotation Type in com.github.springtestdbunit.annotation
Container for repeating DatabaseTearDown annotations.
DataSetLoader - Interface in com.github.springtestdbunit.dataset
Strategy interface for loading a dataset.
DataSetModifier - Interface in com.github.springtestdbunit.dataset
Strategy interface that can be used to modify a IDataSet.
DbUnitConfiguration - Annotation Type in com.github.springtestdbunit.annotation
Annotation that can be used to configure DbUnitTestExecutionListener.
DbUnitRunner - Class in com.github.springtestdbunit
Internal delegate class used to run tests with support for @DatabaseSetup, @DatabaseTearDown and @ExpectedDatabase annotations.
DbUnitRunner() - Constructor for class com.github.springtestdbunit.DbUnitRunner
 
DbUnitTestContext - Interface in com.github.springtestdbunit
Provides context for the DbUnitRunner.
DbUnitTestExecutionListener - Class in com.github.springtestdbunit
TestExecutionListener which provides support for @DatabaseSetup, @DatabaseTearDown and @ExpectedDatabase annotations.
DbUnitTestExecutionListener() - Constructor for class com.github.springtestdbunit.DbUnitTestExecutionListener
 
DEFAULT_OBJECT_REPLACEMENTS - Static variable in class com.github.springtestdbunit.dataset.ReplacementDataSetLoader
 
DefaultDatabaseOperationLookup - Class in com.github.springtestdbunit.operation
Default implementation of DatabaseOperationLookup.
DefaultDatabaseOperationLookup() - Constructor for class com.github.springtestdbunit.operation.DefaultDatabaseOperationLookup
 

E

ExpectedDatabase - Annotation Type in com.github.springtestdbunit.annotation
Test annotation that can be used to assert that a database is in given state after tests have run.
ExpectedDatabases - Annotation Type in com.github.springtestdbunit.annotation
Container for repeating ExpectedDatabase annotations.

F

FlatXmlDataSetLoader - Class in com.github.springtestdbunit.dataset
A data set loader that can be used to load FlatXmlDataSets
FlatXmlDataSetLoader() - Constructor for class com.github.springtestdbunit.dataset.FlatXmlDataSetLoader
 

G

get(String) - Method in class com.github.springtestdbunit.DatabaseConnections
 
get(DatabaseOperation) - Method in interface com.github.springtestdbunit.operation.DatabaseOperationLookup
Returns the DBUnit Database Operation that should be used for the specified enum or null if the operation is not supported.
get(DatabaseOperation) - Method in class com.github.springtestdbunit.operation.DefaultDatabaseOperationLookup
 
get(DatabaseOperation) - Method in class com.github.springtestdbunit.operation.MicrosoftSqlDatabaseOperationLookup
 
getAllowEmptyFields() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the allow empty fields database config feature.
getBatchedStatements() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the batched statements database config feature.
getBatchSize() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the batch size database config property.
getCaseSensitiveTableNames() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the case sensitive table names database config feature.
getChain() - Method in class com.github.springtestdbunit.TestExecutionListenerChain
Returns the chain of TestExecutionListener classes in the correct order.
getChain() - Method in class com.github.springtestdbunit.TransactionDbUnitTestExecutionListener
 
getConnections() - Method in interface com.github.springtestdbunit.DbUnitTestContext
Returns the IDatabaseConnection that should be used when performing database setup and teardown.
getDatabaseAssertion() - Method in enum com.github.springtestdbunit.assertion.DatabaseAssertionMode
 
getDataSetLoader() - Method in interface com.github.springtestdbunit.DbUnitTestContext
Returns the DataSetLoader that should be used to load IDataSets.
getDatatypeFactory() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the data type factory database config property.
getDatatypeWarning() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the datatype warning database config feature.
getDatbaseOperationLookup() - Method in interface com.github.springtestdbunit.DbUnitTestContext
Returns the DatabaseOperationLookup that should be used to lookup database operations.
getEscapePattern() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the escape pattern database config property.
getFetchSize() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the fetch size database config property.
getMetadataHandler() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the meta-data handler database config property.
getObject() - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
 
getObjectType() - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
 
getPrimaryKeyFilter() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the primary key filter database config property.
getQualifiedTableNames() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the qualified table names database config feature.
getResourceLoader(Class<?>) - Method in class com.github.springtestdbunit.dataset.AbstractDataSetLoader
Gets the ResourceLoader that will be used to load the dataset Resources.
getResourceLocations(Class<?>, String) - Method in class com.github.springtestdbunit.dataset.AbstractDataSetLoader
Get the resource locations that should be considered when attempting to load a dataset from the specified location.
getResultsetTableFactory() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the result set table factory database config property.
getSkipOracleRecyclebinTables() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the skip oracle recyclebin tables database config feature.
getStatementFactory() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the statement factory database config property.
getTableType() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Gets the table type database config property.
getTestClass() - Method in interface com.github.springtestdbunit.DbUnitTestContext
Returns the class that is under test.
getTestException() - Method in interface com.github.springtestdbunit.DbUnitTestContext
Returns any exception that was thrown during the test or null if no test exception occurred.
getTestInstance() - Method in interface com.github.springtestdbunit.DbUnitTestContext
Returns the instance that is under test.
getTestMethod() - Method in interface com.github.springtestdbunit.DbUnitTestContext
Returns the method that is under test.

I

isSingleton() - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
 

L

loadDataSet(Class<?>, String) - Method in class com.github.springtestdbunit.dataset.AbstractDataSetLoader
Loads a dataset from Resources obtained from the specified location.
loadDataSet(Class<?>, String) - Method in interface com.github.springtestdbunit.dataset.DataSetLoader
Load and return dataset from the specified.
loadDataSet(Class<?>, String) - Method in class com.github.springtestdbunit.dataset.ReplacementDataSetLoader
 

M

MicrosoftSqlDatabaseOperationLookup - Class in com.github.springtestdbunit.operation
Microsoft SQL Server implementation of DatabaseOperationLookup.
MicrosoftSqlDatabaseOperationLookup() - Constructor for class com.github.springtestdbunit.operation.MicrosoftSqlDatabaseOperationLookup
 
modify(IDataSet) - Method in interface com.github.springtestdbunit.dataset.DataSetModifier
Modify the given IDataSet, for example by wrapping it with a ReplacementDataSet.
modify(IDataSet) - Method in class com.github.springtestdbunit.dataset.ReplacementDataSetModifier
 

N

newConnection(DataSource) - Static method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
Convenience method that can be used to construct a transaction aware IDatabaseConnection from a DataSource.
NONE - Static variable in interface com.github.springtestdbunit.dataset.DataSetModifier

P

prepareTestInstance(TestContext) - Method in class com.github.springtestdbunit.DbUnitTestExecutionListener
 
prepareTestInstance(DbUnitTestExecutionListener.DbUnitTestContextAdapter) - Method in class com.github.springtestdbunit.DbUnitTestExecutionListener
 
prepareTestInstance(TestContext) - Method in class com.github.springtestdbunit.TestExecutionListenerChain
 

R

ReplacementDataSetLoader - Class in com.github.springtestdbunit.dataset
A data set loader that uses a ReplacementDataSet to replace specific objects or sub-strings.
ReplacementDataSetLoader() - Constructor for class com.github.springtestdbunit.dataset.ReplacementDataSetLoader
ReplacementDataSetLoader(DataSetLoader) - Constructor for class com.github.springtestdbunit.dataset.ReplacementDataSetLoader
ReplacementDataSetLoader(DataSetLoader, Map<?, ?>) - Constructor for class com.github.springtestdbunit.dataset.ReplacementDataSetLoader
ReplacementDataSetLoader(DataSetLoader, Map<?, ?>, Map<String, String>) - Constructor for class com.github.springtestdbunit.dataset.ReplacementDataSetLoader
ReplacementDataSetModifier - Class in com.github.springtestdbunit.dataset
DataSetModifier to create a ReplacementDataSet.
ReplacementDataSetModifier() - Constructor for class com.github.springtestdbunit.dataset.ReplacementDataSetModifier
 

S

setAllowEmptyFields(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the allow empty fields database config feature.
setBatchedStatements(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the batched statements database config feature.
setBatchSize(Integer) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the batch size database config property.
setCaseSensitiveTableNames(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the case sensitive table names database config feature.
setDatabaseConfig(DatabaseConfigBean) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
Set an optional configuration that will be applied to the newly created DatabaseDataSourceConnection
setDataSource(DataSource) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
Set the data source that will be used for the DatabaseDataSourceConnection.
setDatatypeFactory(IDataTypeFactory) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the data type factory database config property.
setDatatypeWarning(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the datatype warning database config feature.
setEscapePattern(String) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the escape pattern database config property.
setFetchSize(Integer) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the fetch size database config property.
setMetadataHandler(IMetadataHandler) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the meta-data handler database config property.
setPassword(String) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
Set the password to use when accessing the data source.
setPrimaryKeyFilter(IColumnFilter) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the primary key filter database config property.
setQualifiedTableNames(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the qualified table names database config feature.
setResultsetTableFactory(IResultSetTableFactory) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the result set table factory database config property.
setSchema(String) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
Set the schema to use when accessing the data source.
setSkipOracleRecyclebinTables(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the skip oracle recyclebin tables database config feature.
setStatementFactory(IStatementFactory) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the statement factory database config property.
setTableType(String[]) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
Sets the table type database config property.
setTransactionAware(boolean) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
Determines if the IDatabaseConnection created by this bean should be aware of Spring PlatformTransactionManagers.
setUsername(String) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
Set the user name to use when accessing the data source.

T

TestExecutionListenerChain - Class in com.github.springtestdbunit
A TestExecutionListener implementation that works by chaining together other TestExecutionListeners and ensures that methods are called in the correct order.
TestExecutionListenerChain() - Constructor for class com.github.springtestdbunit.TestExecutionListenerChain
 
TransactionDbUnitTestExecutionListener - Class in com.github.springtestdbunit
TestExecutionListener which provides support for @DatabaseSetup, @DatabaseTearDown and @ExpectedDatabase annotations and executed tests within transactions.
TransactionDbUnitTestExecutionListener() - Constructor for class com.github.springtestdbunit.TransactionDbUnitTestExecutionListener
 

V

valueOf(String) - Static method in enum com.github.springtestdbunit.annotation.DatabaseOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.springtestdbunit.assertion.DatabaseAssertionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.springtestdbunit.annotation.DatabaseOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.springtestdbunit.assertion.DatabaseAssertionMode
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlDataSetLoader - Class in com.github.springtestdbunit.dataset
A data set loader that can be used to load XmlDataSets.
XmlDataSetLoader() - Constructor for class com.github.springtestdbunit.dataset.XmlDataSetLoader
 
A B C D E F G I L M N P R S T V X 
Skip navigation links

Copyright © 2016. All rights reserved.