nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01197
[Bug 654788] Re: TestContext is null when the test/fixture has a timeout attribute
** Changed in: nunitv2
Status: In Progress => Fix Committed
--
TestContext is null when the test/fixture has a timeout attribute
https://bugs.launchpad.net/bugs/654788
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: Fix Committed
Bug description:
Using (2.5.7) create a test/fixture with a timeout attribute and try to access the testcontext object in the test of setup/teardown
The object is always null. Remove the timeout it works.
References