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