nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01764
[Bug 747581] Re: Failure in TestFixtureTearDown not reported in console runner
** Changed in: nunitv2/2.5
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/747581
Title:
Failure in TestFixtureTearDown not reported in console runner
Status in NUnit V2 Test Framework:
Fix Committed
Status in NUnit V2 2.5 series:
Fix Released
Status in NUnit V2 trunk series:
Fix Committed
Bug description:
The following does not end with a test failure and I think it should:
[TestFixture]public class Bug
{
[Test]public void Test()
{
}
[TestFixtureTearDown]public void TearDown()
{
throw new AbandonedMutexException();
}
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/747581/+subscriptions
References