nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01077
[Bug 591263] Re: Assert.Inconclusive in SetUp method fails silently
** Tags added: framework
--
Assert.Inconclusive in SetUp method fails silently
https://bugs.launchpad.net/bugs/591263
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: Confirmed
Bug description:
I have a simple test with an instance SetUp method. My SetUp method calls Assert.Inconclusive("message").
When I run through the GUI, the test gets marked with an "?" purple icon, but absolutely no detail text (and in particular, my own "message") appears in any of the tabs.
NUnit 2.5.5.10112
References