nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01166
[Bug 591263] Re: Assert.Inconclusive in SetUp method fails silently
** Changed in: nunitv2
Milestone: 2.5.8 => None
** Changed in: nunitv2
Assignee: Charlie Poole (charlie.poole) => (unassigned)
--
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 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