Class ValueRecorder
java.lang.Object
org.codehaus.groovy.runtime.powerassert.ValueRecorder
public class ValueRecorder
extends java.lang.Object
Records values produced during evaluation of an assertion statement's truth
expression.
-
Constructor Summary
Constructors Constructor Description ValueRecorder()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ValueRecorder
public ValueRecorder()
-
-
Method Details
-
clear
public void clear() -
record
public java.lang.Object record(java.lang.Object value, int anchor) -
getValues
-