Supporting Additional Unit Testing Frameworks
I'm on a project that is not allowed to use Open Source libraries, and we have written our own unit testing framework. It is very very similar to NUnit. Is there a way to allow resharper to run against it?
Maybe through a plugin or something?
Please sign in to leave a comment.
In one of the nearest build we will support third-party plugins.
Additional unit-test subsystems could be supported using this plug-in
approach.
Support of NUnit-like plugins is a very easy task. Generally, you will have
to write about 200-250 lines of code.
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Jeremy Stell-Smith" <jeremystellsmith@gmail.com> wrote in message
news:17485863.1122985325052.JavaMail.javamailuser@localhost...
>