Package | Description |
---|---|
org.assertj.db.api |
This package contains the API of assertj-db (and especially the entry point class
Assertions ). |
org.assertj.db.api.assertions |
This package contains interfaces that defines the different assertions methods.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeRowAssert
Assertion methods for a
Row of a Change . |
class |
TableAssert
Assertion methods for a
Table . |
Modifier and Type | Interface and Description |
---|---|
interface |
AssertOnExistence<T extends AssertOnExistence<T>>
Defines the assertion method on existence of something.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AssertOnRowOfChangeExistence<T extends AssertOnRowOfChangeExistence<T>>
Defines the assertion method on the existence of a row of a change.
|
Copyright © 2020 AssertJ. All rights reserved.