I have just started to use Nunit 2.4.8.0 (latest version at this time) with much success.
I am now at the point where I am trying to implement a SetUpFixture as described on the NUnit Documentation to span multiple unit tests. This however never seems to run and in turn all my tests fail.
I am using the GUI tool provided to execute the tests.
Am I missing something?
