| 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 |
This package contains interfaces that defines the different navigation methods.
|
| 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 |
AbstractRowAssert<D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>>
Base class for all
Rows assertions. |
class |
ChangeRowAssert
Assertion methods for a
Row of a Change. |
class |
RequestRowAssert
|
class |
TableRowAssert
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ToRow<R extends RowElement>
Defines methods to navigate to a
Row. |
interface |
ToRowFromChange<R extends RowElement>
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OriginWithColumnsAndRows<C extends ColumnElement,R extends RowElement>
|
interface |
OriginWithColumnsAndRowsFromChange<CHS extends ChangesElement,CH extends ChangeElement,C extends ColumnElement,R extends RowElement>
|
interface |
OriginWithValuesFromColumn<CHS extends ChangesElement,CH extends ChangeElement,C extends ColumnElement,R extends RowElement,V extends ValueElement>
|
interface |
OriginWithValuesFromRow<CHS extends ChangesElement,CH extends ChangeElement,C extends ColumnElement,R extends RowElement,V extends ValueElement>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRowOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<D,A,C,CV,R,RV>>
Base class for all
Rows outputs. |
class |
ChangeRowOutputter
Output methods for a
Row of a Change. |
class |
RequestRowOutputter
|
class |
TableRowOutputter
|
Copyright © 2015–2017 AssertJ. All rights reserved.