private TestResult ToTestResult(Feature feature, Element background) { return(feature.elements.Select(e => ToTestResult(e, background)).Merge()); }
public FeatureAndBackground(Feature feature, Element background) { this.Feature = feature; this.Background = background; }