Comment 2 for bug 538070

Revision history for this message
Charlie Poole (charlie.poole) wrote : Re: [Bug 538070] Re: Need a way to generate data when test is executed

If I understand correctly, you use a call to a method listed as the source
of test data. That method actually runs the test, rather than providing the
data for the test. Consequently, the test itself runs when the method
is called at the time of loading the NUnit tests.

Have I understood correctly? I want to be sure before replying further.

Charlie

On Fri, Jan 21, 2011 at 12:27 PM, Cliff Burger
<email address hidden> wrote:
> We use TestCaseSource translate QUnit javascript tests into Nunit
> results (reading the HTML page loaded via Watin). The consequence of the
> NUnit 2-0 behavior is that all QUnit tests run as soon as you load the
> NUnit framework. There are other scenarios where this would be useful if
> I leverage categories to run on specific data driven tests.
>
> --
> You received this bug notification because you are subscribed to NUnit
> Framework.
> https://bugs.launchpad.net/bugs/538070
>
> Title:
>  Need a way to generate data when test is executed
>