Beispiel #1
0
 public static void Index(IndexActionArgs args)
 {
     try
     {
         for (var i = 0; i < 100; i++)
         {
             BaseAction.Setup();
             BaseAction.TearDown();
         }
     }
     catch (Exception)
     {
         BaseAction.TearDown();
         throw;
     }
 }
Beispiel #2
0
 public static void Index(IndexActionArgs args)
 {
     try
     {
         for (var i = 0; i < 100; i++)
         {
             BaseAction.Setup();
             BaseAction.TearDown();
         }
     }
     catch (Exception)
     {
         BaseAction.TearDown();
         throw;
     }
 }
Beispiel #3
0
 public static void Index(IndexActionArgs args)
 {
     IndexAction.Index(args);
 }
Beispiel #4
0
 public static void Index(IndexActionArgs args)
 {
     IndexAction.Index(args);
 }