public QueryTestFixture() { Context = PTFilesDbContextFactory.Create(); var configurationProvider = new MapperConfiguration(cfg => { cfg.AddProfile <MappingProfile>(); }); Mapper = configurationProvider.CreateMapper(); }
public void Dispose() { PTFilesDbContextFactory.Destroy(Context); }
public CommandTestBase() { Context = PTFilesDbContextFactory.Create(); }