| Package | Description |
|---|---|
| org.unitils.dbunit.dataset | |
| org.unitils.dbunit.dataset.comparison | |
| org.unitils.dbunit.util |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaFactory.createSchemaForDbUnitDataSet(String schemaName,
org.dbunit.dataset.IDataSet dbUnitDataSet)
Creates a data set schema for the given DbUnit dataset.
|
Schema |
SchemaFactory.createSchemaForDbUnitDataSet(String schemaName,
org.dbunit.dataset.IDataSet dbUnitDataSet,
List<String> tablesToInclude)
Creates a data set schema for the given DbUnit dataset.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SchemaFactory.addTables(org.dbunit.dataset.IDataSet dbUnitDataSet,
Schema schema)
Adds the tables of the DbUnit dataset to the given schema.
|
SchemaDifference |
Schema.compare(Schema actualSchema)
Compares the schema with the given actual schema.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaDifference.getActualSchema() |
Schema |
SchemaDifference.getSchema() |
| Constructor and Description |
|---|
SchemaDifference(Schema schema,
Schema actualSchema)
Create a schema difference.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataSetAssert.appendSchemaContent(Schema schema,
Schema actualSchema,
StringBuilder result)
Appends all rows and tables of the actual schema to the result.
|
protected void |
DataSetAssert.appendTableName(Schema schema,
Table table,
StringBuilder result)
Appends the schema and table name to the result
|
void |
DataSetAssert.assertEqualSchemas(Schema expectedSchema,
Schema actualSchema)
Asserts that the given expected schema is equal to the actual schema.
|
Copyright © 2016. All Rights Reserved.