| Package | Description |
|---|---|
| org.assertj.db.output |
This package contains classes that allows to output the informations about table, request or changes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOutputterWithOriginWithChanges<E extends AbstractOutputterWithOriginWithChanges<E,O>,O extends OriginWithChanges<ChangesOutputter,ChangeOutputter>>
|
class |
AbstractOutputterWithOriginWithColumnsAndRowsFromChange<E extends AbstractOutputterWithOriginWithColumnsAndRowsFromChange<E,O>,O extends OriginWithColumnsAndRowsFromChange<ChangesOutputter,ChangeOutputter,ChangeColumnOutputter,ChangeRowOutputter>>
|
class |
AbstractOutputterWithValues<E extends AbstractOutputterWithValues<E,O>,O extends OriginWithColumnsAndRowsFromChange<ChangesOutputter,ChangeOutputter,ChangeColumnOutputter,ChangeRowOutputter>>
Base class for all values from a
Change outputs. |
| Modifier and Type | Method and Description |
|---|---|
ChangesOutputter |
ChangesOutputter.ofAll()
Returns an assertion of all the changes.
|
ChangesOutputter |
AbstractOutputterWithOriginWithChanges.ofAll()
Returns an assertion of all the changes.
|
ChangesOutputter |
ChangesOutputter.ofCreation()
Returns an assertion of the changes of creation (
ChangeType.CREATION). |
ChangesOutputter |
AbstractOutputterWithOriginWithChanges.ofCreation()
Returns an assertion of the changes of creation (
ChangeType.CREATION). |
ChangesOutputter |
ChangesOutputter.ofCreationOnTable(String tableName)
Returns an assertion of the changes of creation (
ChangeType.CREATION) on a table. |
ChangesOutputter |
AbstractOutputterWithOriginWithChanges.ofCreationOnTable(String tableName)
Returns an assertion of the changes of creation (
ChangeType.CREATION) on a table. |
ChangesOutputter |
ChangesOutputter.ofDeletion()
Returns an assertion of the changes of deletion (
ChangeType.DELETION). |
ChangesOutputter |
AbstractOutputterWithOriginWithChanges.ofDeletion()
Returns an assertion of the changes of deletion (
ChangeType.DELETION). |
ChangesOutputter |
ChangesOutputter.ofDeletionOnTable(String tableName)
Returns an assertion of the changes of deletion (
ChangeType.DELETION) on a table. |
ChangesOutputter |
AbstractOutputterWithOriginWithChanges.ofDeletionOnTable(String tableName)
Returns an assertion of the changes of deletion (
ChangeType.DELETION) on a table. |
ChangesOutputter |
ChangesOutputter.ofModification()
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION). |
ChangesOutputter |
AbstractOutputterWithOriginWithChanges.ofModification()
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION). |
ChangesOutputter |
ChangesOutputter.ofModificationOnTable(String tableName)
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION) on a table. |
ChangesOutputter |
AbstractOutputterWithOriginWithChanges.ofModificationOnTable(String tableName)
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION) on a table. |
ChangesOutputter |
ChangesOutputter.onTable(String tableName)
Returns an assertion of the changes on a table.
|
ChangesOutputter |
AbstractOutputterWithOriginWithChanges.onTable(String tableName)
Returns an assertion of the changes on a table.
|
static ChangesOutputter |
Outputs.output(Changes changes)
Creates a new instance of
ChangesOutputter. |
ChangesOutputter |
ChangeOutputter.returnToChanges()
Returns to level of output methods on
Changes. |
| Constructor and Description |
|---|
ChangeOutputter(ChangesOutputter origin,
Change change)
Constructor.
|
ChangesOutputter(ChangesOutputter origin,
Changes changes)
Constructor.
|
Copyright © 2015–2017 AssertJ. All rights reserved.