| Package | Description |
|---|---|
| org.unitils.dbunit.dataset | |
| org.unitils.dbunit.util |
| Modifier and Type | Method and Description |
|---|---|
SchemaDifference |
Schema.compare(Schema actualSchema)
Compares the schema with the given actual schema.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataSetAssert.appendMissingTableDifferences(SchemaDifference schemaDifference,
StringBuilder result)
Appends the missing tables of the given schema difference to the result
|
protected void |
DataSetAssert.appendTableDifferences(SchemaDifference schemaDifference,
StringBuilder result)
Appends the table differences of the given schema difference to the result
|
protected String |
DataSetAssert.generateErrorMessage(SchemaDifference schemaDifference)
Formats the assertion failed message for the given difference.
|
Copyright © 2016. All Rights Reserved.