Uses of Interface
org.assertj.db.api.assertions.AssertOnRowNullity
Packages that use AssertOnRowNullity
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 AssertOnRowNullity in org.assertj.db.api
Classes in org.assertj.db.api that implement AssertOnRowNullityModifier and TypeClassDescriptionclass
AbstractRowAssert<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 allRow
s assertions.class
class
-
Uses of AssertOnRowNullity in org.assertj.db.api.assertions
Classes in org.assertj.db.api.assertions with type parameters of type AssertOnRowNullityModifier and TypeInterfaceDescriptioninterface
AssertOnRowNullity<T extends AssertOnRowNullity<T>>
Defines the assertion methods on the nullity of a values of a row.