Exemple #1
0
 public async Task setting_cookie_and_delete_on_sub_path()
 {
     using (var client = CreateClient())
     {
         await CommonTests.setting_cookie_and_delete_on_sub_path(client);
     }
 }
 public async Task setting_cookie_and_delete_on_sub_path()
 {
     await CommonTests.setting_cookie_and_delete_on_sub_path(_client);
 }