Beispiel #1
0
 public SpecTestCase(string template, SpecTestSet testSet)
 {
     this.Template = template;
     this.TestSet  = testSet;
 }
 public SpecListTestCase(string template, SpecTestSet testSet, string[] results)
     : base(template, testSet)
 {
     this.Results = results;
 }