Uses of Class
org.assertj.core.api.WritableAssertionInfo

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)
           
 



Copyright © 2013–2015 AssertJ. All rights reserved.