@Bounz what mocking framework should I be looking to use for tests?
I know people at work mention moq but would rather try and learn the one you wish to use.
And are you using Nunit?
@Bounz what mocking framework should I be looking to use for tests?
I know people at work mention moq but would rather try and learn the one you wish to use.
And are you using Nunit?
Yes, Moq is good.
I use Nunit + Moq almost everywhere and in HomeGenie too. You can take a
look at tests in V1.1.16 branch.