Ejemplo n.º 1
0
 public void RunStrategy()
 {
     Assert.Ignore();
     try
     {
         strategyBaseTest.RunStrategy();
     }
     catch (Exception ex)
     {
         log.Error("Setup error.", ex);
         throw;
     }
 }