Exemplo n.º 1
0
 private void RunFormTest(Func <FormClone, Task> testDriverAsync)
 {
     UITest.RunForm(
         () =>
     {
         _commands.StartCloneDialog(owner: null, url: null);
     },
         testDriverAsync);
 }