Migrate away from Moq #709
Labels
good first issue
Good for newcomers
status:ready
Ready to start implementation
type:tests
Unit/Verification tests
Due to privacy concerns from https://github.com/moq/moq/issues/1372, we should migrate from Moq to a different mocking library.
We should probably migrate to
NSubstitute
, as this seems like the best candidate, but other mocking libraries likeFakeItEasy
also exist.Moq is currently used extensively throughout our unit tests, and the use of this library should be replaced.
AB#2091272
The text was updated successfully, but these errors were encountered: