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