| 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 |
AbstractAssertWithOriginWithChanges<E extends AbstractAssertWithOriginWithChanges<E,O>,O extends OriginWithChanges<ChangesAssert,ChangeAssert>>
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeAssert
Assertion methods for a
Change. |
class |
ChangeColumnAssert
Assertion methods for a
Column of a Change. |
class |
ChangeRowAssert
Assertion methods for a
Row of a Change. |
class |
ChangesAssert
Assertion methods for
Changes. |
| Modifier and Type | Interface and Description |
|---|---|
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 |
AbstractOutputterWithOriginWithChanges<E extends AbstractOutputterWithOriginWithChanges<E,O>,O extends OriginWithChanges<ChangesOutputter,ChangeOutputter>>
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeColumnOutputter
Output methods for a
Column of a Change. |
class |
ChangeOutputter
Output methods for a
Change. |
class |
ChangeRowOutputter
Output methods for a
Row of a Change. |
class |
ChangesOutputter
Output methods for
Changes. |
Copyright © 2015–2017 AssertJ. All rights reserved.