Class ValueRecorder
- java.lang.Object
- 
- org.codehaus.groovy.runtime.powerassert.ValueRecorder
 
- 
 public class ValueRecorder extends Object Records values produced during evaluation of an assertion statement's truth expression.
- 
- 
Constructor SummaryConstructors Constructor Description ValueRecorder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()List<Value>getValues()Objectrecord(Object value, int anchor)
 
-