Please, run "Run Unit Tests" or "Debug Unit Tests" context menu items while standing on a project or solution in the VS Solution Explorer. This will run all tests in the project/solution. Another way is to click on icons on the left vertical bar in the code editor.These icons should appear close to your test class and method declarations when you open them in the code editor. ReSharper should detect as NUnit tests classes marked with NUnit.Framework.TestFixtureAttribute attribute. In these classes it should also distinguish test methods (marked with NUnit.Framework.TestAttribute attribute) and auxiliary methods. The "profile" option is available only through the icons. At present a dotTrace version that integrates with ReSharper is not available.
How do I get Resharper (build 214) to make use of Nunit and dotTrace for running unit tests and profiling tests?
Hello Ed,
Please, run "Run Unit Tests" or "Debug Unit Tests" context menu items while
standing on a project or solution in the VS Solution Explorer. This will
run all tests in the project/solution. Another way is to click on icons on
the left vertical bar in the code editor.These icons should appear close
to your test class and method declarations when you open them in the code
editor.
ReSharper should detect as NUnit tests classes marked with NUnit.Framework.TestFixtureAttribute
attribute. In these classes it should also distinguish test methods (marked
with NUnit.Framework.TestAttribute attribute) and auxiliary methods.
The "profile" option is available only through the icons. At present a dotTrace
version that integrates with ReSharper is not available.
Thanks,
Andrey Simanovsky