Posts

Showing posts with the label unit testing

Getting started with NSubstitute

Image
Some instructions on how to get you set up and unit testing your .NET code quickly and easily using NSubstitute. 1. Download NSubstitute Obtain NSubstitute from the following download link: https://github.com/nsubstitute/NSubstitute/downloads And extract it to a location of your choice. It is basically a dll file which gets referenced in your Visual Studio .NET project: