示例#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;
     }
 }
示例#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;
     }
 }
示例#3
0
文件: Program.cs 项目: Rustemt/NEST
 public static void Index(IndexActionArgs args)
 {
     IndexAction.Index(args);
 }
示例#4
0
 public static void Index(IndexActionArgs args)
 {
     IndexAction.Index(args);
 }