Groovy 2.2.0

org.codehaus.groovy.runtime.powerassert
[Java] 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.

Authors:
Peter Niederwieser


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

clear

public void clear()


getValues

public List getValues()


record

public Object record(Object value, int anchor)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.