Uses of Interface
org.assertj.db.api.assertions.AssertOnColumnContent
Packages that use AssertOnColumnContent
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 AssertOnColumnContent in org.assertj.db.api
Classes in org.assertj.db.api that implement AssertOnColumnContentModifier 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 AssertOnColumnContent in org.assertj.db.api.assertions
Classes in org.assertj.db.api.assertions with type parameters of type AssertOnColumnContentModifier and TypeInterfaceDescriptioninterface
AssertOnColumnContent<T extends AssertOnColumnContent<T>>
Defines the assertion methods on the content of a column.