Uses of Interface
org.assertj.db.api.assertions.AssertOnRowCondition
Packages that use AssertOnRowCondition
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 AssertOnRowCondition in org.assertj.db.api
Classes in org.assertj.db.api that implement AssertOnRowConditionModifier 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
Assertion methods for aRow
of aChange
.class
class
-
Uses of AssertOnRowCondition in org.assertj.db.api.assertions
Classes in org.assertj.db.api.assertions with type parameters of type AssertOnRowConditionModifier and TypeInterfaceDescriptioninterface
AssertOnRowCondition<T extends AssertOnRowCondition<T>>
Defines the assertion method on the a row satisfy conditions.