Пример #1
0
 private TestResult ToTestResult(Feature feature, Element background)
 {
     return(feature.elements.Select(e => ToTestResult(e, background)).Merge());
 }
Пример #2
0
 public FeatureAndBackground(Feature feature, Element background)
 {
     this.Feature    = feature;
     this.Background = background;
 }