nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00581
Re: [Bug 591265] Re: Assert.Inconclusive in ctor reported as failure
TestFixtureSetUp
On Wed, Jun 9, 2010 at 9:24 AM, Yodan Tauber <yodan.tauber@xxxxxxxxx>
wrote:
> I understand. If so, how can I define a method that will run once for
> the entire test fixture? That is, not once per test ([SetUp]) and not
> once per namespace/assembly ([SetUpFixture])? That is, without placing
> each TestFixture into its own namespace.
>
> --
> Assert.Inconclusive in ctor reported as failure
> https://bugs.launchpad.net/bugs/591265
> You received this bug notification because you are a member of NUnit
> Developers, which is subscribed to NUnit V2.
>
--
Assert.Inconclusive in ctor reported as failure
https://bugs.launchpad.net/bugs/591265
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: Invalid
Bug description:
The constructor of my TestFixture class calls Assert.Inconclusive.
In the GUI runner, the relevant tests are reported as "failed" (with an "InconclusiveException"), instead of as "inconclusive". They get a red "X" icon, and not a purple "?" icon.
NUnit 2.5.5.10112
References