Using unit test attribute SetUpFixture
I have a question regarding the unit test support in ReSharper 4.0.
It seems that ReSharper does not find a class with the attribute SetUpFixture if it is in a different file. Is that true?
NUnit supports this behavior.
Thanks,
Larry
Please sign in to leave a comment.
Hello,
ReSharper's NUnit support is based on earlier versions of NUnit (like 2.2
I think). We didn't have enough resources to synchronize with latest releases
of NUnit. However, you can use Gallio (http://www.gallio.org/) to use original
NUnit runner.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
IR> I have a question regarding the unit test support in ReSharper 4.0.
IR>
IR> It seems that ReSharper does not find a class with the attribute
IR> SetUpFixture if it is in a different file. Is that true?
IR>
IR> NUnit supports this behavior.
IR>
IR> Thanks,
IR> Larry