| Package | Description |
|---|---|
| org.assertj.db.api |
This package contains the API of assertj-db (and especially the entry point class
Assertions). |
| org.assertj.db.navigation.origin |
This package contains interfaces that defines the different
Origins used by the navigation. |
| org.assertj.db.output |
This package contains classes that allows to output the informations about table, request or changes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeColumnAssert
Assertion methods for a
Column of a Change. |
class |
ChangeColumnValueAssert
Assertion methods for a value of a
Column of a Change. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OriginWithValuesFromColumn<CHS extends ChangesElement,CH extends ChangeElement,C extends ColumnElement,R extends RowElement,V extends ValueElement>
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeColumnOutputter
Output methods for a
Column of a Change. |
class |
ChangeColumnValueOutputter
Output methods for a value of a
Column of a Change. |
Copyright © 2015–2017 AssertJ. All rights reserved.