Visual-studio – Unit test summary incorrect in Visual Studio for mbunit tests

mbunitvisual-studio-2008

When I run my mbunit tests in Visual Studio test runner (VS 2008) my tests pass but the test summary does not include the passed tests. For a test, I created a test project with a single test and this is the test summary VS returns when I run it:

Run Result: 0/1 tests passed, 0 failed, 1 skipped

But the test is shown as passed in the Test Results window in the bottom.

Best Answer

You should probably create a user defect report in the Gallio issue tracking tool, or directly ask your question to the development group.