| Package | Description |
|---|---|
| org.assertj.db.api |
This package contains the API of assertj-db (and especially the entry point class
Assertions). |
| org.assertj.db.output |
This package contains classes that allows to output the informations about table, request or changes.
|
| org.assertj.db.output.impl |
This package contains utility classes about the output.
|
| org.assertj.db.type |
This package contains the classes that defines the different types used in assertj-db.
|
| Constructor and Description |
|---|
RequestColumnAssert(RequestAssert origin,
Column column)
Constructor.
|
TableColumnAssert(TableAssert origin,
Column column)
Constructor.
|
| Constructor and Description |
|---|
RequestColumnOutputter(RequestOutputter origin,
Column column)
Constructor.
|
TableColumnOutputter(TableOutputter origin,
Column column)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OutputType.getColumnOutput(org.assertj.core.api.WritableAssertionInfo info,
Column column)
Returns the output of a
Column. |
String |
Output.getColumnOutput(org.assertj.core.api.WritableAssertionInfo info,
Column column)
Returns the output of a
Column. |
| Modifier and Type | Method and Description |
|---|---|
Column |
AbstractDbData.getColumn(int index)
Returns the column corresponding to the column index in parameter and the values inside the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
AbstractDbData.getColumnsList()
Returns the list of the values in columns for the data from database.
|
Copyright © 2015–2017 AssertJ. All rights reserved.