public class RemoteControl extends Object
Constructor and Description |
---|
RemoteControl(ApplicationUnderTest application) |
RemoteControl(ApplicationUnderTest application,
String path) |
RemoteControl(ApplicationUnderTest application,
String path,
io.remotecontrol.client.UnserializableResultStrategy unserializableResultStrategy) |
RemoteControl(ApplicationUnderTest application,
io.remotecontrol.client.UnserializableResultStrategy unserializableResultStrategy) |
Modifier and Type | Method and Description |
---|---|
static Closure<?> |
command(Closure<?> command) |
static io.remotecontrol.client.RemoteControlSupport<io.remotecontrol.groovy.ClosureCommand> |
createSupport(ApplicationUnderTest application,
String path,
io.remotecontrol.client.UnserializableResultStrategy unserializableResultStrategy) |
Object |
exec(Closure<?>... commands) |
RemoteControl |
uses(Closure<?>... uses) |
public RemoteControl(ApplicationUnderTest application, String path, io.remotecontrol.client.UnserializableResultStrategy unserializableResultStrategy)
public RemoteControl(ApplicationUnderTest application, String path)
public RemoteControl(ApplicationUnderTest application, io.remotecontrol.client.UnserializableResultStrategy unserializableResultStrategy)
public RemoteControl(ApplicationUnderTest application)
public static io.remotecontrol.client.RemoteControlSupport<io.remotecontrol.groovy.ClosureCommand> createSupport(ApplicationUnderTest application, String path, io.remotecontrol.client.UnserializableResultStrategy unserializableResultStrategy)
public RemoteControl uses(Closure<?>... uses)
public Object exec(@DelegatesTo(value=CommandDelegate.class,strategy=1) Closure<?>... commands) throws IOException
IOException
public static Closure<?> command(@DelegatesTo(value=CommandDelegate.class,strategy=1) Closure<?> command)