Inheritance: IConfigStore
Exemplo n.º 1
0
 public ConfigManagerTest()
 {
     _store = new TestStore();
      _settings = new FixtureSettings(_store);
 }
Exemplo n.º 2
0
 public ConfigManagerTest()
 {
     _store    = new TestStore();
     _settings = new FixtureSettings(_store);
 }