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