Package | Description |
---|---|
org.assertj.db.api |
This package contains the API of assertj-db (and especially the entry point class
Assertions ). |
org.assertj.db.api.navigation |
This package contains interfaces that defines the different navigation methods.
|
Modifier and Type | Method and Description |
---|---|
static ChangesAssert |
Assertions.assertThat(Changes changes)
Creates a new instance of
ChangesAssert . |
ChangesAssert |
ChangesAssert.hasNumberOfChanges(int expected)
Verifies that the number of changes is equal to the number in parameter.
|
ChangesAssert |
AbstractAssertWithOriginWithChanges.ofAll()
Returns an assertion of all the changes.
|
ChangesAssert |
ChangesAssert.ofAll()
Returns an assertion of all the changes.
|
ChangesAssert |
AbstractAssertWithOriginWithChanges.ofCreation()
Returns an assertion of the changes of creation (
ChangeType.CREATION ). |
ChangesAssert |
ChangesAssert.ofCreation()
Returns an assertion of the changes of creation (
ChangeType.CREATION ). |
ChangesAssert |
AbstractAssertWithOriginWithChanges.ofCreationOnTable(String tableName)
Returns an assertion of the changes of creation (
ChangeType.CREATION ) on a table. |
ChangesAssert |
ChangesAssert.ofCreationOnTable(String tableName)
Returns an assertion of the changes of creation (
ChangeType.CREATION ) on a table. |
ChangesAssert |
AbstractAssertWithOriginWithChanges.ofDeletion()
Returns an assertion of the changes of deletion (
ChangeType.DELETION ). |
ChangesAssert |
ChangesAssert.ofDeletion()
Returns an assertion of the changes of deletion (
ChangeType.DELETION ). |
ChangesAssert |
AbstractAssertWithOriginWithChanges.ofDeletionOnTable(String tableName)
Returns an assertion of the changes of deletion (
ChangeType.DELETION ) on a table. |
ChangesAssert |
ChangesAssert.ofDeletionOnTable(String tableName)
Returns an assertion of the changes of deletion (
ChangeType.DELETION ) on a table. |
ChangesAssert |
AbstractAssertWithOriginWithChanges.ofModification()
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION ). |
ChangesAssert |
ChangesAssert.ofModification()
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION ). |
ChangesAssert |
AbstractAssertWithOriginWithChanges.ofModificationOnTable(String tableName)
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION ) on a table. |
ChangesAssert |
ChangesAssert.ofModificationOnTable(String tableName)
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION ) on a table. |
ChangesAssert |
AbstractAssertWithOriginWithChanges.onTable(String tableName)
Returns an assertion of the changes on a table.
|
ChangesAssert |
ChangesAssert.onTable(String tableName)
Returns an assertion of the changes on a table.
|
ChangesAssert |
ChangeAssert.returnToChanges()
Returns to level of assertion methods on
Changes . |
Modifier and Type | Method and Description |
---|---|
ChangesAssert |
ToChanges.ofAll()
Returns an assertion of all the changes.
|
ChangesAssert |
ToChanges.ofCreation()
Returns an assertion of the changes of creation (
ChangeType.CREATION ). |
ChangesAssert |
ToChanges.ofCreationOnTable(String tableName)
Returns an assertion of the changes of creation (
ChangeType.CREATION ) on a table. |
ChangesAssert |
ToChanges.ofDeletion()
Returns an assertion of the changes of deletion (
ChangeType.DELETION ). |
ChangesAssert |
ToChanges.ofDeletionOnTable(String tableName)
Returns an assertion of the changes of deletion (
ChangeType.DELETION ) on a table. |
ChangesAssert |
ToChanges.ofModification()
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION ). |
ChangesAssert |
ToChanges.ofModificationOnTable(String tableName)
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION ) on a table. |
ChangesAssert |
ToChanges.onTable(String tableName)
Returns an assertion of the changes on a table.
|
Copyright © 2015 AssertJ. All Rights Reserved.