Class AssertionRenderer
java.lang.Object
org.codehaus.groovy.runtime.powerassert.AssertionRenderer
public final class AssertionRenderer
extends java.lang.Object
Creates a string representation of an assertion and its recorded values.
- 
Method SummaryModifier and Type Method Description static java.lang.Stringrender(java.lang.String text, ValueRecorder recorder)Creates a string representation of an assertion and its recorded values.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Method Details- 
renderCreates a string representation of an assertion and its recorded values.- Parameters:
- text- the assertion's source text
- recorder- a recorder holding the values recorded during evaluation of the assertion
- Returns:
- a string representation of the assertion and its recorded values
 
 
-