Beispiel #1
0
 public void LogonWithUsernameIsPasswordIs(string username, string password)
 {
     try
     {
         TestDataManager.Login(username, password);
     }
     catch (Exception)
     {
         Cleanup();
         throw;
     }
 }