Uses of Interface
org.assertj.db.api.assertions.AssertOnExistence
Packages that use AssertOnExistence
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 AssertOnExistence in org.assertj.db.api
Classes in org.assertj.db.api that implement AssertOnExistenceModifier and TypeClassDescriptionclass
Assertion methods for aRow
of aChange
.class
Assertion methods for aTable
. -
Uses of AssertOnExistence in org.assertj.db.api.assertions
Classes in org.assertj.db.api.assertions with type parameters of type AssertOnExistenceModifier and TypeInterfaceDescriptioninterface
AssertOnExistence<T extends AssertOnExistence<T>>
Defines the assertion method on existence of something.Subinterfaces of AssertOnExistence in org.assertj.db.api.assertionsModifier and TypeInterfaceDescriptioninterface
AssertOnRowOfChangeExistence<T extends AssertOnRowOfChangeExistence<T>>
Defines the assertion method on the existence of a row of a change.