Perhaps start from the first post of that series - https://lostechies.com/jimmybogard/2015/01/29/clean-tests-a-primer/
The author mentions Fixie, which is a fairly new testing framework - http://fixie.github.io On 30 March 2015 at 22:23, William Luu <[email protected]> wrote: > We're reviewing what to use for a new project and I'm leaning towards the > below: > > Unit testing framework: xunit (2.0 was recently released) > Mocking: FakeItEasy > > Also, take a look at AutoFixture. > > See - > https://lostechies.com/jimmybogard/2015/03/24/clean-tests-isolation-with-fakes/ > > > > On Mon, Mar 30, 2015 at 21:49 PM, Tony Wright <[email protected]> wrote: > > Hi all, > > What are people using these days to unit test code dot net code, and if > not visual studio, why? > > Regards Tony > > > > -- > Sent from MetroMail >
