/// <summary>
 /// Initializes a new instance of the <see cref="SpecBindTestGeneratorProvider" /> class.
 /// </summary>
 /// <param name="codeDomHelper">The code DOM helper.</param>
 /// <param name="configurationProvider">The configuration provider.</param>
 public SpecBindTestGeneratorProvider(CodeDomHelper codeDomHelper, ISpecBindConfigurationProvider configurationProvider)
     : base(codeDomHelper)
 {
     this.configurationProvider = configurationProvider;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SpecBindTestGeneratorProvider" /> class.
 /// </summary>
 /// <param name="codeDomHelper">The code DOM helper.</param>
 /// <param name="configurationProvider">The configuration provider.</param>
 public SpecBindTestGeneratorProvider(CodeDomHelper codeDomHelper, ISpecBindConfigurationProvider configurationProvider)
     : base(codeDomHelper)
 {
     this.configurationProvider = configurationProvider;
 }