[Java] Class ValueRecorder
- org.codehaus.groovy.runtime.powerassert.ValueRecorder
Records values produced during evaluation of an assertion statement's truth expression.
- Authors:
- Peter Niederwieser
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
clear() | |
List<Value> |
getValues() | |
Object |
record(Object value, int anchor) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public void clear()
public List<Value> getValues()
public Object record(Object value, int anchor)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/powerassert/ValueRecorder.html