VistaDB 6
VistaDB / Getting Started / Sample Projects included with VistaDB / Running VistaDB Unit Tests -Running NUnit Tests
In This Topic
    Running VistaDB Unit Tests -Running NUnit Tests
    In This Topic

    There are a few ways to run unit tests in Visual Studio - in each case the same tests are run, so the best option for you will depend on what tools you already have installed and how interested you are in setting yourself up to run tests frequently.

     Option One: JetBrains ReSharper Unit Test Runner
    If you have JetBrains ReSharper installed it includes a fantastic unit test runner that understands NUnit tests.  You can just right-click on the VistaDB.NUnit project and select Run Unit Tests.  It also has integrated options to debug unit tests, run just one unit test, etc.
     Option Two: Using the Visual Studio Test Runner

    As of Visual Studio 2012 there is a built-in, extensible unit test runner that NUnit can integrate with.  The NUnit project for VistaDB includes the necessary adapter to work with VS 2015 and later.

    See Also