When I have a project with just one test, and that test is an
intentional failure, I get nothing but green in the R# test runner.
Test:
using MbUnit.Framework;
namespace LTCFinancials.BOLTests
{
public class Class1
{
[Test]
public void Should_Fail_This_Test()
{
Assert.Fail();
}
}
}
In the Gallio test runner, I get the expected failure. The Gallio R#
plugin gives nothing but green. Is there still an issue with the R#
plugin?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---