Ejemplo n.º 1
0
 private void CalStepAction(string msg, TestStep step)
 {
     try
     {
         TestPlanManager.PathConfigSetter.SetPathConfig(step.GetCurrentPathConfigInfo().Path);
     }
     catch (Exception ex)
     {
         throw (new Exception("can't set path" + step.PathConfigName));
     }
     step.AcquireStep(msg);
 }