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 TypeClassDescriptionclassAbstractRowAssert<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 allRows assertions.classAssertion methods for aRowof aChange.classclass -
Uses of AssertOnRowCondition in org.assertj.db.api.assertions
Classes in org.assertj.db.api.assertions with type parameters of type AssertOnRowConditionModifier and TypeInterfaceDescriptioninterfaceAssertOnRowCondition<T extends AssertOnRowCondition<T>>Defines the assertion method on the a row satisfy conditions.