public class RemoteControl
extends groovyx.remote.client.RemoteControl
Constructor and Description |
---|
RemoteControl(ApplicationUnderTest application) |
RemoteControl(ApplicationUnderTest application,
String path) |
Modifier and Type | Method and Description |
---|---|
MetaClass |
getMetaClass() |
Object |
getProperty(String propertyName) |
Object |
invokeMethod(String name,
Object args) |
void |
setMetaClass(MetaClass metaClass) |
void |
setProperty(String propertyName,
Object newValue) |
call, call, exec, exec, generateCommandChain, getExecParamsValidators, getTransport, getUseNullIfResultWasUnserializable, getUseStringRepresentationIfResultWasUnserializable, isUseNullIfResultWasUnserializable, isUseStringRepresentationIfResultWasUnserializable, processExecParams, processResult, sendCommandChain, setUseNullIfResultWasUnserializable, setUseStringRepresentationIfResultWasUnserializable, validateExecParams
public RemoteControl(ApplicationUnderTest application, String path)
public RemoteControl(ApplicationUnderTest application)