nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02984
[Bug 1047272] Re: TestContext.CurrentContext.Result throws NullReferenceException
Hi Pavel,
I assume you mean you built from the source, right?
Can you supply some info about what's not working?
Charlie
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1047272
Title:
TestContext.CurrentContext.Result throws NullReferenceException
Status in NUnit V2 Test Framework:
Fix Committed
Bug description:
We are using stable NUnit 2.6 for testing using C# .Net code mainly due to new /runlist command line option.
Before each test in method with TestFixtureSetUp attribute we check if the test shouldn't be skipped. If so Assert.Ignore is called.
Later in method with TestFixtureTearDown attribute we are used to check TestContext.CurrentContext.Result for actual test result and report it. In version 2.5.8 it worked correctly and Status in Result was properly set. Since 2.6.0 it throws NullReferenceException. Is it something planned and we should call Assert.Ignore or check for the Result somewhere else? Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1047272/+subscriptions
References