| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.runtime.powerassert.ValueRecorder
public class ValueRecorder extends Object
Records values produced during evaluation of an assertion statement's truth expression.
| Method Summary | |
|---|---|
            void
         | 
        
            clear()
             | 
        
            List
         | 
        
            getValues()
             | 
        
            Object
         | 
        
            record(Object value, int anchor)
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Method Detail | 
|---|
public void clear()
public List getValues()
public Object record(Object value, int anchor)
Copyright © 2003-2011 The Codehaus. All rights reserved.