glinkot;6753 wrote:PS. If the answer is 'MSTest is just like this' - any tips on which testing framework works most nicely with NCrunch will be appreciated
It's possible to use MSTest without the accessors, and then it should work fine :)
NCrunch doesn't integrate with MSTest - it instead runs the tests by emulating MSTest's behaviour. This gives it some opportunities for optimisation over the standard MSTest framework. Although I haven't tested enough to be certain, I would assume that NCrunch's MSTest adapter would perform better than NCrunch's NUnit adapter, due to its simplicity and the lighter use of reflection.