public final class AssertionRenderer extends Object
Creates a string representation of an assertion and its recorded values.
Type Params | Return Type | Name and description |
---|---|---|
|
public static String |
render(String text, ValueRecorder recorder) Creates a string representation of an assertion and its recorded values. |
Creates a string representation of an assertion and its recorded values.
text
- the assertion's source textrecorder
- a recorder holding the values recorded during evaluation
of the assertion