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