protected DatabaseTestsBase() { Context = new Setup().RegisterSecrets(); DbContext = new TestApiDbContext(Context.DbContextOptions); }
public void BeforeTestRun() { Context = new Setup().RegisterSecrets(); _server = Context.Server; }