Uses of Class
org.spockframework.runtime.ValueRecorder
-
Packages that use ValueRecorder Package Description org.spockframework.runtime -
-
Uses of ValueRecorder in org.spockframework.runtime
Methods in org.spockframework.runtime that return ValueRecorder Modifier and Type Method Description ValueRecorder
ValueRecorder. reset()
Methods in org.spockframework.runtime with parameters of type ValueRecorder Modifier and Type Method Description static void
SpockRuntime. verifyCondition(ValueRecorder recorder, java.lang.String text, int line, int column, java.lang.Object message, java.lang.Object condition)
static void
SpockRuntime. verifyMethodCondition(ValueRecorder recorder, java.lang.String text, int line, int column, java.lang.Object message, java.lang.Object target, java.lang.String method, java.lang.Object[] args, boolean safe, boolean explicit)
-