public class RemoteControl extends Object
| Constructor and Description |
|---|
RemoteControl(ApplicationUnderTest application) |
RemoteControl(ApplicationUnderTest application,
String path) |
public RemoteControl(ApplicationUnderTest application, String path)
public RemoteControl(ApplicationUnderTest application)
public Object exec(@DelegatesTo(value=CommandDelegate.class,strategy=1) Closure<?>... commands) throws IOException
IOExceptionpublic static Closure<?> command(@DelegatesTo(value=CommandDelegate.class,strategy=1) Closure<?> command)