| Modifiers | Name | Description |
|---|---|---|
protected java.lang.Class |
scriptBaseClass |
| Fields inherited from class | Fields |
|---|---|
class PipelineTestHelper |
SCRIPT_SET_BINDING, allowedMethodCallbacks, gse, libLoader, loadInterceptor, methodInterceptor, parallelInterceptor |
| Type | Name and description |
|---|---|
java.lang.Object |
callClosure(groovy.lang.Closure closure, java.lang.Object[] args = null)Call closure using Continuation steps of groovy CPS At each step whole environment of the step is verified against serializability |
protected java.lang.Object |
callMethod(groovy.lang.MetaMethod method, java.lang.Object delegate, java.lang.Object[] args) |
PipelineTestHelperCPS |
init() |
T |
roundtripSerialization(T object)Marshall - Unmarshall object to test serializability |
protected java.lang.Object |
runScriptInternal(groovy.lang.Script script) |
| Methods inherited from class | Name |
|---|---|
class PipelineTestHelper |
callClosure, callIfClosure, callMethod, clearCallStack, getAllowedMethodEntry, getMethodInterceptor, getMethodMissingInterceptor, init, isInitialized, isMethodAllowed, loadScript, loadScript, methodCallCount, registerAllowedMethod, registerAllowedMethod, registerAllowedMethod, registerAllowedMethod, registerMethodCall, registerSharedLibrary, runScript, runScript, runScript, runScriptInternal, setGlobalVars |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Call closure using Continuation steps of groovy CPS At each step whole environment of the step is verified against serializability
closure - to callargs - array of arguments passed to this closure call. Is null by default.Marshall - Unmarshall object to test serializability
object - to marshall