Understood. That's exactly the situation I verified. Can you provide
more info about your test? Have you tried to run the NUnit tests
themselves?

-- 
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:
  New

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

_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to     : nunit-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nunit-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to