public DatabaseFixture() { _factory = new MockCareBreezeDbContextFactory(); Context = _factory.Create(); _basePath = _factory.BasePath; _filePath = Path.Combine(_basePath, "InitializationData.json"); Setup(); }
public JsonDataFileImporterFixture() { _factory = new MockCareBreezeDbContextFactory(); _context = _factory.Create(); }