File tree Expand file tree Collapse file tree
tests/PhenX.EntityFrameworkCore.BulkInsert.Tests/Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66namespace PhenX . EntityFrameworkCore . BulkInsert . Tests . Tests . Basic ;
77
8- public class BasicTestsMySqlFixture : TestDbContainerSqlServer < TestDbContextMySql >
8+ public class BasicTestsMySqlFixture : TestDbContainerMySql < TestDbContextMySql >
99{
1010 public BasicTestsMySqlFixture ( ) : base ( "basic-mysql" )
1111 {
Original file line number Diff line number Diff line change 55
66namespace PhenX . EntityFrameworkCore . BulkInsert . Tests . Tests . Basic ;
77
8- public class BasicTestsPostgreSqlFixture : TestDbContainerSqlServer < TestDbContextPostgreSql >
8+ public class BasicTestsPostgreSqlFixture : TestDbContainerPostgreSql < TestDbContextPostgreSql >
99{
1010 public BasicTestsPostgreSqlFixture ( ) : base ( "basic-postgresql" )
1111 {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace PhenX.EntityFrameworkCore.BulkInsert.Tests.Tests.Basic;
77
88public class BasicTestsSqlServerFixture : TestDbContainerSqlServer < TestDbContextSqlServer >
99{
10- public BasicTestsSqlServerFixture ( ) : base ( "basic-sql-server " )
10+ public BasicTestsSqlServerFixture ( ) : base ( "basic-sqlserver " )
1111 {
1212 }
1313}
Original file line number Diff line number Diff line change 55
66namespace PhenX . EntityFrameworkCore . BulkInsert . Tests . Tests . Geo ;
77
8- public class GeoTestsMySqlFixture : TestDbContainerSqlServer < TestDbContextGeo >
8+ public class GeoTestsMySqlFixture : TestDbContainerMySql < TestDbContextGeo >
99{
1010 public GeoTestsMySqlFixture ( ) : base ( "geo-mysql" )
1111 {
Original file line number Diff line number Diff line change 55
66namespace PhenX . EntityFrameworkCore . BulkInsert . Tests . Tests . Geo ;
77
8- public class GeoTestsPostgreSqlFixture : TestDbContainerSqlServer < TestDbContextGeo >
8+ public class GeoTestsPostgreSqlFixture : TestDbContainerPostgreSql < TestDbContextGeo >
99{
1010 public GeoTestsPostgreSqlFixture ( ) : base ( "geo-postgresql" )
1111 {
You can’t perform that action at this time.
0 commit comments