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
Column s assertions. |
class |
ChangeColumnAssert
Assertion methods for a
Column of a Change . |
class |
RequestColumnAssert
|
class |
TableColumnAssert
|
Modifier and Type | Interface and Description |
---|---|
interface |
AssertOnColumnClass<T extends AssertOnColumnClass<T>>
Defines the assertion method on the class of a column.
|
Copyright © 2015–2017 AssertJ. All rights reserved.