public void Command() { var remote = new ViewContainerRemote(App, Test.Button.Command, PlatformViewType); remote.GoTo(); remote.TapView(); App.WaitForElement(q => q.Marked("Hello Command")); App.Tap(q => q.Marked("Destroy")); }
public void Command () { var remote = new ViewContainerRemote (App, Test.Button.Command, PlatformViewType); remote.GoTo (); remote.TapView (); App.WaitForElement (q => q.Marked ("Hello Command")); App.Tap (q => q.Marked ("Destroy")); }