hazelcast / hazelcast-csharp-client

Hazelcast .NET Client
https://hazelcast.com/clients/dotnet/
Apache License 2.0
102 stars 49 forks source link

Replaces Moq with NSubsitute [API-2119] #874

Closed zpqrtbnk closed 8 months ago

zpqrtbnk commented 9 months ago

This PR replaces the Moq library that we used for mocking in tests, with the NSubstitute library. As documented in issue #850 Moq has a problematic attitude with regards to privacy (see moq/issues/1372) and we'd rather avoid using it.

netlify[bot] commented 9 months ago

Deploy Preview for silly-valkyrie-e996d9 canceled.

Name Link
Latest commit 9110451c98da179831e208190e7a7e280ea7e015
Latest deploy log https://app.netlify.com/sites/silly-valkyrie-e996d9/deploys/65ca32eab3d1e10008e0f9f5
codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.75%. Comparing base (c4c2a40) to head (9110451).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #874 +/- ## ========================================== - Coverage 80.87% 80.75% -0.12% ========================================== Files 1018 1018 Lines 24496 24496 ========================================== - Hits 19810 19781 -29 - Misses 4686 4715 +29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.