/// <summary>
 /// Initializes a new instance of the <see cref="MergeConfigurationTest"/> class.
 /// </summary>
 public MergeConfigurationTest()
 {
   this.configurationSwitcher = Substitute.For<FakeConfigurationSwitcher>();
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MergeConfigurationTest"/> class.
 /// </summary>
 public MergeConfigurationTest()
 {
     this.configurationSwitcher = Substitute.For <FakeConfigurationSwitcher>();
 }