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