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