public class ExpectClosure
extends groovy.lang.Closure
| Constructor and Description |
|---|
ExpectClosure(Object owner,
net.itransformers.expect4java.Expect4j expect4j) |
ExpectClosure(Object owner,
Object thisObject,
net.itransformers.expect4java.Expect4j expect4j) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(ArrayList arrayList) |
Object |
call(Object... args) |
void |
close() |
void |
setTimeout(int timeout,
groovy.lang.Closure closure) |
void |
setTimeout(long timeout,
groovy.lang.Closure closure) |
void |
setTimeout(net.itransformers.expect4java.matches.TimeoutMatch timeoutMatch) |
asWritable, call, call, clone, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampolinepublic ExpectClosure(Object owner, Object thisObject, net.itransformers.expect4java.Expect4j expect4j)
public ExpectClosure(Object owner, net.itransformers.expect4java.Expect4j expect4j)
public void setTimeout(net.itransformers.expect4java.matches.TimeoutMatch timeoutMatch)
public void setTimeout(long timeout,
groovy.lang.Closure closure)
public void setTimeout(int timeout,
groovy.lang.Closure closure)
public void close()
throws IOException
IOExceptionCopyright © 2016 iTransformers Labs. All rights reserved.