NUnit SetUpFixture wont run
It seems that the Resharper Unit Test Runner doesn't run the SetUpFixutre
method of NUnit 2.4.
Here is the info from NUnit help:
http://www.nunit.org/index.php?p=setupFixture&r=2.4.3
If I run the same test with NUnit GUI everything is ok.
Anybody have the same problem?
thanks
--
ema
http://blogs.ugidotnet.org/blogema
Please sign in to leave a comment.
Hello Emanuele,
Some features of NUnit 2.4 are not supported, including SetUpFixutre. There
are currently no specific plans about when they will be supported.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
ED> It seems that the Resharper Unit Test Runner doesn't run the
ED> SetUpFixutre
ED> method of NUnit 2.4.
ED> Here is the info from NUnit help:
ED> http://www.nunit.org/index.php?p=setupFixture&r=2.4.3
ED> If I run the same test with NUnit GUI everything is ok.
ED>
ED> Anybody have the same problem?
ED> thanks