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 |
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
Row s assertions. |
class |
RequestRowAssert
|
class |
TableRowAssert
|
Modifier and Type | Interface and Description |
---|---|
interface |
AssertOnRowNullity<T extends AssertOnRowNullity<T>>
Defines the assertion methods on the nullity of a values of a row.
|
Copyright © 2020 AssertJ. All rights reserved.