Examples of a working ITestCaseProvider implementation for NUnit?

247 views Asked by At

Does anyone have any working examples of an ITestCaseProvider?

The samples I've come across, don't get picked up by the any test runnings - GUI, Console or Resharper (I've put the assembly in all the right places).

I've added Debugger.Break to them all, in an attempt to force the debugger to kick in, but nothing so far.

I guess I'm after a step-by-step guide, if anyone either has one, or as come across one.

Thanks,
Kieron

1

There are 1 answers

0
Dejan Vasic On

I got my ITestCase provider working from this blog here and dropping my assembly here:

C:\Program Files (x86)\NUnit 2.6.3\bin\addins

Unfortunately it only works within the nunit GUI. ReSharper (v8.2) persists to be a pain by not loading it even though I also put my assembly here:

C:\Program Files (x86)\JetBrains\ReSharper\v8.2\Bin\addins

Would love to see a test framework with much easier extension points and easy ReSharper integrations.