3 instantiations of WorkaroundToReadProtectedField
Aspire.Oracle.EntityFrameworkCore.Tests (3)
AspireOracleEFCoreDatabaseExtensionsTests.cs (1)
113
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
EnrichOracleDatabaseTests.cs (2)
89
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
141
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);