Exemplo n.º 1
0
 private void RunFormTest(Func <FormPush, Task> testDriverAsync)
 {
     UITest.RunForm(
         () =>
     {
         // False because we haven't performed any actions
         Assert.False(_commands.StartPushDialog(owner: null, pushOnShow: false, forceWithLease: false, out _));
     },
         testDriverAsync);
 }