Package | Description |
---|---|
org.assertj.db.api |
This package contains the API of assertj-db (and especially the entry point class
Assertions ). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAssertWithOriginWithChanges<E extends AbstractAssertWithOriginWithChanges<E,O>,O extends OriginWithChanges<ChangesAssert,ChangeAssert>>
|
class |
AbstractAssertWithOriginWithColumnsAndRowsFromChange<E extends AbstractAssertWithOriginWithColumnsAndRowsFromChange<E,O>,O extends OriginWithColumnsAndRowsFromChange<ChangesAssert,ChangeAssert,ChangeColumnAssert,ChangeRowAssert>>
|
class |
AbstractAssertWithValues<E extends AbstractAssertWithValues<E,O>,O extends OriginWithColumnsAndRowsFromChange<ChangesAssert,ChangeAssert,ChangeColumnAssert,ChangeRowAssert>>
Base class for all values from a
Change assertions. |
Modifier and Type | Method and Description |
---|---|
ChangesAssert |
SoftAssertions.assertThat(Changes changes)
Creates a new instance of
ChangesAssert . |
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 |
ChangesAssert.hasNumberOfChangesGreaterThan(int expected)
Verifies that the number of changes is greater than the number in parameter.
|
ChangesAssert |
ChangesAssert.hasNumberOfChangesGreaterThanOrEqualTo(int expected)
Verifies that the number of changes is greater than or equal to the number in parameter.
|
ChangesAssert |
ChangesAssert.hasNumberOfChangesLessThan(int expected)
Verifies that the number of changes is less than the number in parameter.
|
ChangesAssert |
ChangesAssert.hasNumberOfChangesLessThanOrEqualTo(int expected)
Verifies that the number of changes is less than or 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 . |
static ChangesAssert |
BDDAssertions.then(Changes changes)
Creates a new instance of
ChangesAssert . |
Constructor and Description |
---|
ChangeAssert(ChangesAssert origin,
Change change)
Constructor.
|
ChangesAssert(ChangesAssert origin,
Changes changes)
Constructor.
|
Copyright © 2020 AssertJ. All rights reserved.