nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01195
[Bug 654788] Re: TestContext is null when the test/fixture has a timeout attribute
Applies to any test run on a separate thread, whether Timeout is used or
not
** Changed in: nunitv2
Importance: Undecided => Medium
** Changed in: nunitv2
Status: New => In Progress
** Changed in: nunitv2
Milestone: None => 2.5.8
** Changed in: nunitv2
Assignee: (unassigned) => Charlie Poole (charlie.poole)
--
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: In Progress
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