I have a suite of tests to test the UI of a web application. I'm using NCrunch.Net, MbUnit, and Selenium.
When I run most of the tests and when they succeed NCrunch displays the green check mark as expected to the left of the test name.
When I run one specific test the test appears to run through all test cases based on the output in the log but when completed NCrunch is still displaying the green clock to the left of the test name.
I added code to the Setup and TearDown functions to write to the Gallio.Framework.TestLog the date, time, and the name of the function.
When this test runs those functions do display that information just mentioned so I know NCrunch is executing those Setup and TearDown functions.
NCrunch Status column shows "Running [Passed last run]".
re: red circle with the number in the middle located on the lower right side of VS (when I hover over it with the mouse it displays "NCurnch engine is idle").
I do not see the white dot moving around that red circle.
This is not very important - but I would love to see the green check mark next to the successfully completed test
Thanks,
Ed