| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColumnAssert<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
Columns assertions. |
class |
AbstractRowValueAssert<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>>
Assertion methods about a value in a
Row. |
class |
ChangeColumnAssert
Assertion methods for a
Column of a Change. |
class |
ChangeRowValueAssert
Assertion methods for a value of a
Row of a Change. |
class |
RequestColumnAssert
|
class |
RequestRowValueAssert
|
class |
TableColumnAssert
|
class |
TableRowValueAssert
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssertOnColumnName<T extends AssertOnColumnName<T>>
Defines the assertion method on the name of a column.
|
Copyright © 2015 AssertJ. All Rights Reserved.