Uses of Interface
org.assertj.db.api.assertions.AssertOnDataType
Packages that use AssertOnDataType
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 AssertOnDataType in org.assertj.db.api
Classes in org.assertj.db.api that implement AssertOnDataType -
Uses of AssertOnDataType in org.assertj.db.api.assertions
Classes in org.assertj.db.api.assertions with type parameters of type AssertOnDataTypeModifier and TypeInterfaceDescriptioninterfaceAssertOnDataType<T extends AssertOnDataType<T>>Defines the assertion methods on the type of data (from a table or from a request).