Uses of Class
org.spockframework.runtime.RunContext
-
Packages that use RunContext Package Description org.spockframework.runtime -
-
Uses of RunContext in org.spockframework.runtime
Methods in org.spockframework.runtime that return RunContext Modifier and Type Method Description static RunContext
RunContext. get()
Method parameters in org.spockframework.runtime with type arguments of type RunContext Modifier and Type Method Description static <T,U extends java.lang.Throwable>
TRunContext. withNewContext(DelegatingScript configurationScript, java.util.List<java.lang.Class<?>> extensionClasses, boolean inheritParentExtensions, IThrowableFunction<RunContext,T,U> command)
-