コード例 #1
0
 private Feature GetFeatureElement(ObjectModel.Feature feature)
 {
     return(this.resultsDocument.FirstOrDefault(x => x.name == feature.Name));
 }
コード例 #2
0
        public TestResult GetFeatureResult(ObjectModel.Feature feature)
        {
            var cucumberFeature = this.GetFeatureElement(feature);

            return(this.GetResultFromFeature(cucumberFeature));
        }