Uses of Interface
org.assertj.db.api.assertions.AssertOnChangeType
Packages that use AssertOnChangeType
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 AssertOnChangeType in org.assertj.db.api
Classes in org.assertj.db.api that implement AssertOnChangeType -
Uses of AssertOnChangeType in org.assertj.db.api.assertions
Classes in org.assertj.db.api.assertions with type parameters of type AssertOnChangeTypeModifier and TypeInterfaceDescriptioninterfaceAssertOnChangeType<T extends AssertOnChangeType<T>>Defines the assertion methods on the type of a change (creation, modification or deletion of a row).