コード例 #1
0
 public void TestIterationsMethod()
 {
     try
     {
         TestCases.Execute();
     }
     catch (Exception ex)
     {
         LogHelper.ErrorLog(ex, Constants.ClassName.TestIterationsClass, MethodBase.GetCurrentMethod().Name);
         throw;
     }
 }