Example #1
0
 public void ReloadSteps(string content, string filepath)
 {
     if (IsFileRemoved(filepath))
     {
         return;
     }
     _stepRegistry.RemoveSteps(filepath);
     LoadStepsFromText(content, filepath);
 }
Example #2
0
 public void ReloadSteps(string content, string filepath)
 {
     _stepRegistry.RemoveSteps(filepath);
     LoadStepsFromText(content, filepath);
 }