Exemple #1
0
 public void RunTests(ITestSpec spec)
 {
     if (Started != null)
     {
         Started(this, new RecipeEventArgs());
     }
 }
 public void RunTests(ITestSpec spec) {
    if(Started != null) {
       Started(this, new RecipeEventArgs());
    }
 }