Inheritance: IConfigStore
Beispiel #1
0
 public ConfigManagerTest()
 {
     _store = new TestStore();
      _settings = new FixtureSettings(_store);
 }
Beispiel #2
0
 public ConfigManagerTest()
 {
     _store    = new TestStore();
     _settings = new FixtureSettings(_store);
 }