3 instantiations of WorkaroundToReadProtectedField
Aspire.Pomelo.EntityFrameworkCore.MySql.Tests (3)
AspireEFMySqlExtensionsTests.cs (1)
132
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
EnrichMySqlTests.cs (2)
102
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
154
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);