pablocom / PersonalSite.Backend

This repository is used to study Domain-Driven Design principles, practices and patterns.
4 stars 0 forks source link

Unify Moq and NSubstitute #21

Closed seymourpoler closed 1 year ago

seymourpoler commented 1 year ago

Hi everyone!

We are using Moq and NSubstitute. These libreries are for the same purpose. We could select one of both. They are used in the project PersonalSite.WebApi.UnitTests (one example) What do you think?