Visual Nunit

Visual Nunit is open source NUnit test runner plugin to Visual Studio 2008 and 2010. Visual Nunit is licensed with Apache License V2.0. Visual Nunit was originall developed to speed up development of MXP reference implementation. If you like this plugin please show your support in ohloh by clicking the following "I use this"-ohloh widget:

FAQ

  • I added extension from gallery but cannot see Visual Nunit view.
    • Open the view from View -> Other Windows -> Visual Nunit
  • How do I debug tests?
    • Click the red button next to test case in Nunit View
  • How do I see error stack trace?
    • Double click the test case row or click '...'-button in the end of the row.
  • How do I get to code from error stack trace?
    • Double click the row of error stack trace.
  • I can not see any tests for my project.
    • Ensure that you have copy local set for the project.
    • Verify that you use latest NUnit version.
    • Verify that your project is class library project i.e. produces a dll.
    • If you still can not see your tests please report a bug with example project attached.
  • My tests do not see my assembly configuration file.
    • Ensure that your configuration file is named as follows: "<assemblyname>.dll.config"
    • Ensure that the configuration file is copied to the build output directory

Links

The project summary, sources, releases and details about joining can be found here:

Features

  • Simple install and uninstall.
  • View to solution tests.
  • Filtering of test by project, namespace and fixture.
  • One click run of all or selected tests.
  • Test debugging.
  • Test run report bar.