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 TypeClassDescriptionclassAssertion methods for aRowof aChange.classAssertion 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 TypeInterfaceDescriptioninterfaceAssertOnExistence<T extends AssertOnExistence<T>>Defines the assertion method on existence of something.Subinterfaces of AssertOnExistence in org.assertj.db.api.assertionsModifier and TypeInterfaceDescriptioninterfaceAssertOnRowOfChangeExistence<T extends AssertOnRowOfChangeExistence<T>>Defines the assertion method on the existence of a row of a change.