Uses of Interface
org.assertj.db.api.assertions.AssertOnColumnNullity
Packages that use AssertOnColumnNullity
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions
).This package contains interfaces that defines the different assertions methods.
-
Uses of AssertOnColumnNullity in org.assertj.db.api
Classes in org.assertj.db.api that implement AssertOnColumnNullityModifier and TypeClassDescriptionclass
AbstractColumnAssert<D extends AbstractDbData<D>,
A extends AbstractDbAssert<D, A, C, CV, R, RV>, C extends AbstractColumnAssert<D, A, C, CV, R, RV>, CV extends AbstractColumnValueAssert<D, A, C, CV, R, RV>, R extends AbstractRowAssert<D, A, C, CV, R, RV>, RV extends AbstractRowValueAssert<D, A, C, CV, R, RV>> Base class for allColumn
s assertions.class
class
-
Uses of AssertOnColumnNullity in org.assertj.db.api.assertions
Classes in org.assertj.db.api.assertions with type parameters of type AssertOnColumnNullityModifier and TypeInterfaceDescriptioninterface
AssertOnColumnNullity<T extends AssertOnColumnNullity<T>>
Defines the assertion methods on the nullity of a values of a column.