|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.runtime.powerassert.AssertionRenderer
public final class AssertionRenderer
Creates a string representation of an assertion and its recorded values.
Method Summary | |
---|---|
static java.lang.String |
render(java.lang.String text,
ValueRecorder recorder)
Creates a string representation of an assertion and its recorded values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |