protected override ComponentTestContext CreateContext()
 => ContextFactory.CreateContextWithMSSQLDb(nameof(When_using_context_pool));
 protected override ComponentTestContext CreateContext()
 => ContextFactory.CreateContextWithMSSQLDb(nameof(When_setting_disable_automatic_flush));
Ejemplo n.º 3
0
 protected override ComponentTestContext CreateContext()
 {
     // NOTE: Db Context transactions are not currenty supported by the EF Core InMemory database.
     // An MSSQL instance is used for unit of work tests.
     return(ContextFactory.CreateContextWithMSSQLDb(nameof(UnitOfWork_Test)));
 }