Unit tests are code written to test small pieces of functionality of big programs. Performing unit tests is always designed to be simple, A “UNIT” in this sense is the smallest component of the large code part that makes sense to test, mainly a method out of many methods of some class. Unit tests take […]
How to Mock using NSubstitute
- Post author By Mohamad Dbouk
- Post date
- Categories In dotnet
- No Comments on How to Mock using NSubstitute