Example #1
0
 internal RunSettingsServiceUnderTest(IGlobalRunSettings globalRunSettings, string solutionRunSettingsFile) : base(globalRunSettings)
 {
     SolutionRunSettingsFile = solutionRunSettingsFile;
 }
 internal RunSettingsServiceUnderTest(IGlobalRunSettings globalRunSettings, string solutionRunSettingsFile) : base(globalRunSettings)
 {
     _solutionRunSettingsFile = solutionRunSettingsFile;
 }
 public RunSettingsService([Import(typeof(IGlobalRunSettings))] IGlobalRunSettings globalRunSettings)
 {
     _globalRunSettings = globalRunSettings;
 }
 public RunSettingsService([Import(typeof(IGlobalRunSettings))] IGlobalRunSettings globalRunSettings)
 {
     this._globalRunSettings = globalRunSettings;
 }