| 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.
|
| org.assertj.db.api.assertions.impl |
This package contains utility classes that implements the different assertions methods.
|
| org.assertj.db.error |
This package contains the different error messages used when an assertion methods fail.
|
| org.assertj.db.type |
This package contains the classes that defines the different types used in assertj-db.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeAssert |
ChangeAssert.isOnDataType(DataType expected)
Verifies that the data type on which is the change is equal to the type in parameter.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AssertOnDataType.isOnDataType(DataType expected)
Verifies that the data type on which is the change is equal to the type in parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static <A extends AbstractAssert<?>> |
AssertionsOnDataType.isOnDataType(A assertion,
org.assertj.core.api.WritableAssertionInfo info,
Change change,
DataType expected)
Verifies that the data type on which is the change is equal to the type in parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
ShouldBeDataType.shouldBeDataType(DataType expected,
DataType tested)
Creates a new
. |
| Modifier and Type | Method and Description |
|---|---|
DataType |
Change.getDataType()
Returns the type of the data on which is the change.
|
DataType |
AbstractDbData.getDataType()
Returns the type of the data on which is the change.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2017 AssertJ. All rights reserved.