Uses of Class
org.fest.assertions.core.WritableAssertionInfo
- 
Packages that use WritableAssertionInfo Package Description org.fest.assertions.api  - 
- 
Uses of WritableAssertionInfo in org.fest.assertions.api
Methods in org.fest.assertions.api that return WritableAssertionInfo Modifier and Type Method Description protected WritableAssertionInfoAbstractAssert. getWritableAssertionInfo()Exposes theWritableAssertionInfoused in the current assertion for better extensibility. When writing your own assertion class, you can use the returnedWritableAssertionInfoto change the error message and still keep the description set by the assertion user. 
 -