Beispiel #1
0
 public void ThenTheCallIsSuccessful()
 {
     try
     {
         TestDataManager.CheckCallApiStatus();
     }
     catch (Exception)
     {
         Cleanup();
         throw;
     }
 }