3 instantiations of WorkaroundToReadProtectedField
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (3)
AspireEFPostgreSqlExtensionsTests.cs (1)
123Assert.Equal(new WorkaroundToReadProtectedField(context).MaxRetryCount, retryStrategy.MaxRetryCount);
EnrichNpgsqlTests.cs (2)
92Assert.Equal(new WorkaroundToReadProtectedField(context).MaxRetryCount, retryStrategy.MaxRetryCount); 146Assert.Equal(new WorkaroundToReadProtectedField(context).MaxRetryCount, retryStrategy.MaxRetryCount);