Resharper NUnit Addin and NUnitAddinAttribute
Hi guys,
Is resharper 4.5 supports NUnit addins feature? Is it possible, to write addin for nUnit with NUnitAddinAttribute and use this addin in Resharper?
I have my own ITestCaseBuilder, that have some logic, and i want to use it with resharper. Is it possible?
Thanks!
Please sign in to leave a comment.
Hello,
ReSharper versions below 5 use their own code to run NUnit tests. You could
write a ReSharper plugin, but not an NUnit one.
This is not the case with v5, in which genuine NUnit DLLs are used for test-running.
Try out the beta :)
http://confluence.jetbrains.net/display/ReSharper/ReSharper5.0Nightly+Builds
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Hi,
Cool, It's good news, Thanks. I'll try beta version