Forum member

stevedunn2

2 posts

Posts by stevedunn2

  1. Different IL when running under NCrunch runner

    Thanks Remco, that's very useful to know (both the size increase and the heads-up re. the fixture attribute). Cheers, Steve

  2. Different IL when running under NCrunch runner

    We have some unit tests that we call 'quality tests'. They basically reflect over the NUnit tests in a particular DLL to detect if a constructor is used for set-up rather than a method decorated with [TestFixtureSetUp]. Since there's no way to ask, via reflection, 'is this a default constructor …