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 ValueRecorderValueRecorder. reset()Methods in org.spockframework.runtime with parameters of type ValueRecorder Modifier and Type Method Description static voidSpockRuntime. verifyCondition(ValueRecorder recorder, java.lang.String text, int line, int column, java.lang.Object message, java.lang.Object condition)static voidSpockRuntime. 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)
-