Package org.spockframework.runtime
Class ValueRecorder
java.lang.Object
org.spockframework.runtime.ValueRecorder
Records the values in a condition.
- Author:
- Peter Niederwieser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RESET
- See Also:
-
RECORD
- See Also:
-
REALIZE_NAS
- See Also:
-
-
Constructor Details
-
ValueRecorder
public ValueRecorder()
-
-
Method Details
-
reset
-
record
Records and returns the specified value. Hence an expression can be replaced with record(expression) without impacting evaluation of the expression. -
realizeNas
Materializes N/A values without recording a new value. -
getValues
-