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