Open Issues Need Help
View All on GitHub Software Development • Testing Libraries
Replace `Moq` with `NSubstitute` 30 days ago
AI Summary: The task involves refactoring the TryAtSoftware.Equalizer project's unit tests to replace the Moq mocking framework with NSubstitute. This requires finding all instances of Moq and replacing them with equivalent NSubstitute code, ensuring all tests continue to pass after the change.
Complexity:
3/5
enhancement good first issue
TryAtSoftware.Equalizer is a library that should simplify the process of asserting the semantic equality between two values. We offer a reusable methodology that can be applied to every projects of yours.
C#
#dotnet#equality#library#testing-tools