|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schema | |
|---|---|
| org.unitils.dbunit.dataset | |
| org.unitils.dbunit.dataset.comparison | |
| org.unitils.dbunit.util | |
| Uses of Schema in org.unitils.dbunit.dataset |
|---|
| Methods in org.unitils.dbunit.dataset that return Schema | |
|---|---|
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. |
| Methods in org.unitils.dbunit.dataset with parameters of type Schema | |
|---|---|
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. |
| Uses of Schema in org.unitils.dbunit.dataset.comparison |
|---|
| Methods in org.unitils.dbunit.dataset.comparison that return Schema | |
|---|---|
Schema |
SchemaDifference.getActualSchema()
|
Schema |
SchemaDifference.getSchema()
|
| Constructors in org.unitils.dbunit.dataset.comparison with parameters of type Schema | |
|---|---|
SchemaDifference(Schema schema,
Schema actualSchema)
Create a schema difference. |
|
| Uses of Schema in org.unitils.dbunit.util |
|---|
| Methods in org.unitils.dbunit.util with parameters of type Schema | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||