Package org.assertj.db.api.assertions
package org.assertj.db.api.assertions
This package contains interfaces that defines the different assertions methods.
These assertion methods defined in the interfaces are implemented in the assertions classes (assertions implementation package).
This diagram shows the part on the tables and requests :
This diagram shows the part on the changes :
- Author:
- Régis Pouiller
-
InterfacesClassDescriptionAssertOnChangeType<T extends AssertOnChangeType<T>>Defines the assertion methods on the type of a change (creation, modification or deletion of a row).AssertOnColumnClass<T extends AssertOnColumnClass<T>>Defines the assertion method on the class of a column.AssertOnColumnContent<T extends AssertOnColumnContent<T>>Defines the assertion methods on the content of a column.AssertOnColumnEquality<T extends AssertOnColumnEquality<T>>Defines the assertion methods on the equality of a column.AssertOnColumnName<T extends AssertOnColumnName<T>>Defines the assertion method on the name of a column.AssertOnColumnNullity<T extends AssertOnColumnNullity<T>>Defines the assertion methods on the nullity of a values of a column.AssertOnColumnOfChangeEquality<T extends AssertOnColumnOfChangeEquality<T>>Defines the assertion methods on the equality of a column of a change.AssertOnColumnType<T extends AssertOnColumnType<T>>Defines the assertion methods on the type of a column.AssertOnDataType<T extends AssertOnDataType<T>>Defines the assertion methods on the type of data (from a table or from a request).AssertOnExistence<T extends AssertOnExistence<T>>Defines the assertion method on existence of something.AssertOnModifiedColumn<T extends AssertOnModifiedColumn<T>>Defines the assertion methods on a modified column.AssertOnModifiedColumns<T extends AssertOnModifiedColumns<T>>Defines the assertion methods on modified columns.AssertOnNumberOfChanges<T extends AssertOnNumberOfChanges<T>>Defines the assertion method on the number of changes.AssertOnNumberOfColumns<T extends AssertOnNumberOfColumns<T>>Defines the assertion method on the number of columns.AssertOnNumberOfRows<T extends AssertOnNumberOfRows<T>>Defines the assertion method on the number of rows.AssertOnPrimaryKey<T extends AssertOnPrimaryKey<T>>Defines the assertion methods on a primary key.AssertOnRowCondition<T extends AssertOnRowCondition<T>>Defines the assertion method on the a row satisfy conditions.AssertOnRowEquality<T extends AssertOnRowEquality<T>>Defines the assertion method on the equality of a row.AssertOnRowNullity<T extends AssertOnRowNullity<T>>Defines the assertion methods on the nullity of a values of a row.AssertOnRowOfChangeExistence<T extends AssertOnRowOfChangeExistence<T>>Defines the assertion method on the existence of a row of a change.AssertOnValueChronology<T extends AssertOnValueChronology<T>>Defines the assertion methods on the chronology of a value.AssertOnValueClass<T extends AssertOnValueClass<T>>Defines the assertion method on the class of a value.AssertOnValueCloseness<T extends AssertOnValueCloseness<T>>Defines the assertion methods on the closeness of a value.AssertOnValueComparison<T extends AssertOnValueComparison<T>>Defines the assertion methods on comparisons with a value.AssertOnValueCondition<T extends AssertOnValueCondition<T>>Defines the assertion methods on the matching with condition.AssertOnValueEquality<T extends AssertOnValueEquality<T>>Defines the assertion methods on the equality of a value.AssertOnValueInequality<T extends AssertOnValueInequality<T>>Defines the assertion methods on the non equality of a value.AssertOnValueNullity<T extends AssertOnValueNullity<T>>Defines the assertion methods on the nullity of a value.AssertOnValueType<T extends AssertOnValueType<T>>Defines the assertion methods on the type of a value.