Example #1
0
 public CombinationFeatureGenerator(CodeDomHelper codeDomHelper, SpecFlowConfiguration specFlowConfiguration, IDecoratorRegistry decoratorRegistry, Combination combination, ProjectSettings projectSettings) :
     base(new CustomXUnitGeneratorProvider(codeDomHelper, combination, projectSettings), codeDomHelper, specFlowConfiguration, decoratorRegistry)
 {
 }