| Package | Description |
|---|---|
| org.assertj.db.output |
This package contains classes that allows to output the informations about table, request or changes.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeRowValueOutputter |
ChangeRowValueOutputter.value()
Returns assertion methods on the next value in the list of values.
|
ChangeRowValueOutputter |
ChangeRowOutputter.value()
Returns assertion methods on the next value in the list of values.
|
ChangeRowValueOutputter |
ChangeRowValueOutputter.value(int index)
Returns assertion methods on the value at the
index in parameter. |
ChangeRowValueOutputter |
ChangeRowOutputter.value(int index)
Returns assertion methods on the value at the
index in parameter. |
ChangeRowValueOutputter |
ChangeRowValueOutputter.value(String columnName)
Returns assertion methods on the value corresponding to the column name in parameter.
|
ChangeRowValueOutputter |
ChangeRowOutputter.value(String columnName)
Returns assertion methods on the value corresponding to the column name in parameter.
|
Copyright © 2015–2017 AssertJ. All rights reserved.