5 references to PostgreSQLContainerFixture
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (5)
ConformanceTests.cs (3)
16
public class ConformanceTests : ConformanceTests<TestDbContext, NpgsqlEntityFrameworkCorePostgreSQLSettings>, IClassFixture<
PostgreSQLContainerFixture
>
19
private readonly
PostgreSQLContainerFixture
? _containerFixture;
79
public ConformanceTests(
PostgreSQLContainerFixture
? containerFixture)
ConformanceTests_TypeSpecificConfig.cs (1)
12
public ConformanceTests_TypeSpecificConfig(
PostgreSQLContainerFixture
containerFixture) : base(containerFixture)
EnrichNpgsqlTests.cs (1)
22
public EnrichNpgsqlTests(
PostgreSQLContainerFixture
containerFixture) : base(containerFixture)