|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WritableAssertionInfo | |
|---|---|
| org.assertj.core.api | |
| org.assertj.core.internal | |
| Uses of WritableAssertionInfo in org.assertj.core.api |
|---|
| Fields in org.assertj.core.api declared as WritableAssertionInfo | |
|---|---|
protected WritableAssertionInfo |
AbstractAssert.info
|
| Methods in org.assertj.core.api that return WritableAssertionInfo | |
|---|---|
protected WritableAssertionInfo |
AbstractAssert.getWritableAssertionInfo()
Exposes the WritableAssertionInfo used in the current assertion for better extensibility. When writing
your own assertion class, you can use the returned WritableAssertionInfo to change the error message and
still keep the description set by the assertion user. |
| Uses of WritableAssertionInfo in org.assertj.core.internal |
|---|
| Methods in org.assertj.core.internal with parameters of type WritableAssertionInfo | |
|---|---|
void |
Doubles.assertIsCloseTo(WritableAssertionInfo info,
Double actual,
double other,
Offset<Double> offset)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||