Comment 1 for bug 664018

Revision history for this message
Charlie Poole (charlie.poole) wrote :

See also bug #538070 and the Parameterized Tests blueprint at
https://blueprints.launchpad.net/nunit-3.0/+spec/parameterized-tests.

Creation of static test cases is done at the time of loading the test,
so it's not merely a question of order - it's done only once per load
rather than once per test run.

Dynamic test cases will not exist until the test is run and we'll make
sure in the implementation that TestFixtureSetUp can influence the
creation of the tests.