E
- The "self" type of this assertion class. Please read "Emulating 'self types' using Java Generics to simplify fluent API implementation"
for more details.O
- The type of the assertion class of Origin
.public abstract class AbstractAssertWithOriginWithChanges<E extends AbstractAssertWithOriginWithChanges<E,O>,O extends OriginWithChanges<ChangesAssert,ChangeAssert>> extends AbstractAssertWithOrigin<E,O> implements ToChanges<ChangesAssert>, ToChange<ChangeAssert>
origin
info, myself
Modifier and Type | Method and Description |
---|---|
ChangeAssert |
change()
Returns assertion methods on the next
Change in the list of changes. |
ChangeAssert |
change(int index)
Returns assertion methods on the
Change at the index in parameter. |
ChangeAssert |
changeOfCreation()
Returns assertion methods on the next
Change of creation (ChangeType.CREATION ) in the list of changes. |
ChangeAssert |
changeOfCreation(int index)
Returns assertion methods on the
Change of creation (ChangeType.CREATION ) at the index in parameter. |
ChangeAssert |
changeOfCreationOnTable(String tableName)
Returns assertion methods on the next
Change of creation (ChangeType.CREATION ) on the table tableName in the list of changes. |
ChangeAssert |
changeOfCreationOnTable(String tableName,
int index)
Returns assertion methods on the
Change of creation (ChangeType.CREATION ) on the table tableName at the index in parameter. |
ChangeAssert |
changeOfDeletion()
Returns assertion methods on the next
Change of deletion (ChangeType.DELETION ) in the list of changes. |
ChangeAssert |
changeOfDeletion(int index)
Returns assertion methods on the
Change of deletion (ChangeType.DELETION ) at the index in parameter. |
ChangeAssert |
changeOfDeletionOnTable(String tableName)
Returns assertion methods on the next
Change of deletion (ChangeType.DELETION ) on the table tableName in the list of changes. |
ChangeAssert |
changeOfDeletionOnTable(String tableName,
int index)
Returns assertion methods on the
Change of deletion (ChangeType.DELETION ) on the table tableName at the index in parameter. |
ChangeAssert |
changeOfModification()
Returns assertion methods on the next
Change of modification (ChangeType.MODIFICATION ) in the list of changes. |
ChangeAssert |
changeOfModification(int index)
Returns assertion methods on the
Change of modification (ChangeType.MODIFICATION ) at the index in parameter. |
ChangeAssert |
changeOfModificationOnTable(String tableName)
Returns assertion methods on the next
Change of modification (ChangeType.MODIFICATION ) on the table tableName in the list of changes. |
ChangeAssert |
changeOfModificationOnTable(String tableName,
int index)
Returns assertion methods on the
Change of modification (ChangeType.MODIFICATION ) on the table tableName at the index in parameter. |
ChangeAssert |
changeOnTable(String tableName)
Returns assertion methods on the next
Change on the table tableName in the list of changes. |
ChangeAssert |
changeOnTable(String tableName,
int index)
|
ChangeAssert |
changeOnTableWithPks(String tableName,
Object... pksValues)
Returns assertion methods on the
Change on the table tableName corresponding to the primary key in parameter. |
ChangesAssert |
ofAll()
Returns an assertion of all the changes.
|
ChangesAssert |
ofCreation()
Returns an assertion of the changes of creation (
ChangeType.CREATION ). |
ChangesAssert |
ofCreationOnTable(String tableName)
Returns an assertion of the changes of creation (
ChangeType.CREATION ) on a table. |
ChangesAssert |
ofDeletion()
Returns an assertion of the changes of deletion (
ChangeType.DELETION ). |
ChangesAssert |
ofDeletionOnTable(String tableName)
Returns an assertion of the changes of deletion (
ChangeType.DELETION ) on a table. |
ChangesAssert |
ofModification()
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION ). |
ChangesAssert |
ofModificationOnTable(String tableName)
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION ) on a table. |
ChangesAssert |
onTable(String tableName)
Returns an assertion of the changes on a table.
|
returnToOrigin
as, as, describedAs, describedAs, getInfo
public ChangesAssert ofAll()
ofAll
in interface ToChanges<ChangesAssert>
ChangesAssert.ofAll()
,
ofAll()
,
ofAll()
,
ofAll()
,
ofAll()
,
ofAll()
public ChangesAssert ofCreation()
ChangeType.CREATION
).ofCreation
in interface ToChanges<ChangesAssert>
ChangeType.CREATION
).ChangesAssert.ofCreation()
,
ofCreation()
,
ofCreation()
,
ofCreation()
,
ofCreation()
,
ofCreation()
public ChangesAssert ofModification()
ChangeType.MODIFICATION
).ofModification
in interface ToChanges<ChangesAssert>
ChangeType.MODIFICATION
).ChangesAssert.ofModification()
,
ofModification()
,
ofModification()
,
ofModification()
,
ofModification()
,
ofModification()
public ChangesAssert ofDeletion()
ChangeType.DELETION
).ofDeletion
in interface ToChanges<ChangesAssert>
ChangeType.DELETION
).ChangesAssert.ofDeletion()
,
ofDeletion()
,
ofDeletion()
,
ofDeletion()
,
ofDeletion()
,
ofDeletion()
public ChangesAssert ofCreationOnTable(String tableName)
ChangeType.CREATION
) on a table.ofCreationOnTable
in interface ToChanges<ChangesAssert>
tableName
- The table nameChangeType.CREATION
) on the table.ChangesAssert.ofCreationOnTable(String)
,
ofCreationOnTable(String)
,
ofCreationOnTable(String)
,
ofCreationOnTable(String)
,
ofCreationOnTable(String)
,
ofCreationOnTable(String)
public ChangesAssert ofModificationOnTable(String tableName)
ChangeType.MODIFICATION
) on a table.ofModificationOnTable
in interface ToChanges<ChangesAssert>
tableName
- The table nameChangeType.MODIFICATION
) on the table.ChangesAssert.ofModificationOnTable(String)
,
ofModificationOnTable(String)
,
ofModificationOnTable(String)
,
ofModificationOnTable(String)
,
ofModificationOnTable(String)
,
ofModificationOnTable(String)
public ChangesAssert ofDeletionOnTable(String tableName)
ChangeType.DELETION
) on a table.ofDeletionOnTable
in interface ToChanges<ChangesAssert>
tableName
- The table nameChangeType.DELETION
) on the table.ChangesAssert.ofDeletionOnTable(String)
,
ofDeletionOnTable(String)
,
ofDeletionOnTable(String)
,
ofDeletionOnTable(String)
,
ofDeletionOnTable(String)
,
ofDeletionOnTable(String)
public ChangesAssert onTable(String tableName)
onTable
in interface ToChanges<ChangesAssert>
tableName
- The table nameChangesAssert.onTable(String)
,
onTable(String)
,
onTable(String)
,
onTable(String)
,
onTable(String)
,
onTable(String)
public ChangeAssert change()
Change
in the list of changes.change
in interface ToChange<ChangeAssert>
Change
.ChangesAssert.change()
,
change()
,
change()
,
change()
,
change()
,
change()
public ChangeAssert change(int index)
Change
at the index
in parameter.change
in interface ToChange<ChangeAssert>
index
- The index corresponding to the Change
.Change
.ChangesAssert.change(int)
,
change(int)
,
change(int)
,
change(int)
,
change(int)
,
change(int)
public ChangeAssert changeOfCreation()
Change
of creation (ChangeType.CREATION
) in the list of changes.changeOfCreation
in interface ToChange<ChangeAssert>
Change
of creation (ChangeType.CREATION
).ChangesAssert.changeOfCreation()
,
changeOfCreation()
,
changeOfCreation()
,
changeOfCreation()
,
changeOfCreation()
,
changeOfCreation()
public ChangeAssert changeOfCreation(int index)
Change
of creation (ChangeType.CREATION
) at the index
in parameter.changeOfCreation
in interface ToChange<ChangeAssert>
index
- The index corresponding to the Change
of creation (ChangeType.CREATION
).Change
of creation (ChangeType.CREATION
).ChangesAssert.changeOfCreation(int)
,
changeOfCreation(int)
,
changeOfCreation(int)
,
changeOfCreation(int)
,
changeOfCreation(int)
,
changeOfCreation(int)
public ChangeAssert changeOfModification()
Change
of modification (ChangeType.MODIFICATION
) in the list of changes.changeOfModification
in interface ToChange<ChangeAssert>
Change
of modification (ChangeType.MODIFICATION
).ChangesAssert.changeOfModification()
,
changeOfModification()
,
changeOfModification()
,
changeOfModification()
,
changeOfModification()
,
changeOfModification()
public ChangeAssert changeOfModification(int index)
Change
of modification (ChangeType.MODIFICATION
) at the index
in parameter.changeOfModification
in interface ToChange<ChangeAssert>
index
- The index corresponding to the Change
of modification (ChangeType.MODIFICATION
).Change
of modification (ChangeType.MODIFICATION
).ChangesAssert.changeOfModification(int)
,
changeOfModification(int)
,
changeOfModification(int)
,
changeOfModification(int)
,
changeOfModification(int)
,
changeOfModification(int)
public ChangeAssert changeOfDeletion()
Change
of deletion (ChangeType.DELETION
) in the list of changes.changeOfDeletion
in interface ToChange<ChangeAssert>
Change
of deletion (ChangeType.DELETION
).ChangesAssert.changeOfDeletion()
,
changeOfDeletion()
,
changeOfDeletion()
,
changeOfDeletion()
,
changeOfDeletion()
,
changeOfDeletion()
public ChangeAssert changeOfDeletion(int index)
Change
of deletion (ChangeType.DELETION
) at the index
in parameter.changeOfDeletion
in interface ToChange<ChangeAssert>
index
- The index corresponding to the Change
of deletion (ChangeType.DELETION
).Change
of deletion (ChangeType.DELETION
).ChangesAssert.changeOfDeletion(int)
,
changeOfDeletion(int)
,
changeOfDeletion(int)
,
changeOfDeletion(int)
,
changeOfDeletion(int)
,
changeOfDeletion(int)
public ChangeAssert changeOnTable(String tableName)
Change
on the table tableName
in the list of changes.changeOnTable
in interface ToChange<ChangeAssert>
tableName
- The table nameChange
.ChangesAssert.changeOnTable(String)
,
changeOnTable(String)
,
changeOnTable(String)
,
changeOnTable(String)
,
changeOnTable(String)
,
changeOnTable(String)
public ChangeAssert changeOnTable(String tableName, int index)
changeOnTable
in interface ToChange<ChangeAssert>
tableName
- The table nameindex
- The index corresponding to the Change
.Change
.ChangesAssert.changeOnTable(String, int)
,
changeOnTable(String, int)
,
changeOnTable(String, int)
,
changeOnTable(String, int)
,
changeOnTable(String, int)
,
changeOnTable(String, int)
public ChangeAssert changeOnTableWithPks(String tableName, Object... pksValues)
Change
on the table tableName
corresponding to the primary key in parameter.changeOnTableWithPks
in interface ToChange<ChangeAssert>
tableName
- The table namepksValues
- The values of the primary key corresponding to the Change
.Change
.ChangesAssert.changeOnTableWithPks(String, Object...)
,
changeOnTableWithPks(String, Object...)
,
changeOnTableWithPks(String, Object...)
,
changeOnTableWithPks(String, Object...)
,
changeOnTableWithPks(String, Object...)
,
changeOnTableWithPks(String, Object...)
public ChangeAssert changeOfCreationOnTable(String tableName)
Change
of creation (ChangeType.CREATION
) on the table tableName
in the list of changes.changeOfCreationOnTable
in interface ToChange<ChangeAssert>
tableName
- The table nameChange
of creation (ChangeType.CREATION
).ChangesAssert.changeOfCreationOnTable(String)
,
changeOfCreationOnTable(String)
,
changeOfCreationOnTable(String)
,
changeOfCreationOnTable(String)
,
changeOfCreationOnTable(String)
,
changeOfCreationOnTable(String)
public ChangeAssert changeOfCreationOnTable(String tableName, int index)
Change
of creation (ChangeType.CREATION
) on the table tableName
at the index
in parameter.changeOfCreationOnTable
in interface ToChange<ChangeAssert>
tableName
- The table nameindex
- The index corresponding to the Change
of creation (ChangeType.CREATION
).Change
of creation (ChangeType.CREATION
).ChangesAssert.changeOfCreationOnTable(String, int)
,
changeOfCreationOnTable(String, int)
,
changeOfCreationOnTable(String, int)
,
changeOfCreationOnTable(String, int)
,
changeOfCreationOnTable(String, int)
,
changeOfCreationOnTable(String, int)
public ChangeAssert changeOfModificationOnTable(String tableName)
Change
of modification (ChangeType.MODIFICATION
) on the table tableName
in the list of changes.changeOfModificationOnTable
in interface ToChange<ChangeAssert>
tableName
- The table nameChange
of modification (ChangeType.MODIFICATION
).ChangesAssert.changeOfModificationOnTable(String)
,
changeOfModificationOnTable(String)
,
changeOfModificationOnTable(String)
,
changeOfModificationOnTable(String)
,
changeOfModificationOnTable(String)
,
changeOfModificationOnTable(String)
public ChangeAssert changeOfModificationOnTable(String tableName, int index)
Change
of modification (ChangeType.MODIFICATION
) on the table tableName
at the index
in parameter.changeOfModificationOnTable
in interface ToChange<ChangeAssert>
tableName
- The table nameindex
- The index corresponding to the Change
of modification (ChangeType.MODIFICATION
).Change
of modification (ChangeType.MODIFICATION
).ChangesAssert.changeOfModificationOnTable(String, int)
,
changeOfModificationOnTable(String, int)
,
changeOfModificationOnTable(String, int)
,
changeOfModificationOnTable(String, int)
,
changeOfModificationOnTable(String, int)
,
changeOfModificationOnTable(String, int)
public ChangeAssert changeOfDeletionOnTable(String tableName)
Change
of deletion (ChangeType.DELETION
) on the table tableName
in the list of changes.changeOfDeletionOnTable
in interface ToChange<ChangeAssert>
tableName
- The table nameChange
of deletion (ChangeType.DELETION
).ChangesAssert.changeOfDeletionOnTable(String)
,
changeOfDeletionOnTable(String)
,
changeOfDeletionOnTable(String)
,
changeOfDeletionOnTable(String)
,
changeOfDeletionOnTable(String)
,
changeOfDeletionOnTable(String)
public ChangeAssert changeOfDeletionOnTable(String tableName, int index)
Change
of deletion (ChangeType.DELETION
) on the table tableName
at the index
in parameter.changeOfDeletionOnTable
in interface ToChange<ChangeAssert>
tableName
- The table nameindex
- The index corresponding to the Change
of deletion (ChangeType.DELETION
).Change
of deletion (ChangeType.DELETION
).ChangesAssert.changeOfDeletionOnTable(String, int)
,
changeOfDeletionOnTable(String, int)
,
changeOfDeletionOnTable(String, int)
,
changeOfDeletionOnTable(String, int)
,
changeOfDeletionOnTable(String, int)
,
changeOfDeletionOnTable(String, int)
Copyright © 2015–2017 AssertJ. All rights reserved.