public JsonFileCOnfigStoreTest() { _path = Path.Combine(BuildDir.FullName, "TestData", "appSettings.json"); _store = new JsonFileConfigStore(_path); }
public JsonFileCOnfigStoreTest() { _path = Path.Combine(BuildDir.FullName, "TestData", "sample.json"); _store = new JsonFileConfigStore(_path, true); }