nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00538
Re: [Question #109439]: best practice to unit test a class that relies on threads
Question #109439 on NUnit Framework changed:
https://answers.launchpad.net/nunit-3.0/+question/109439
Status: Open => Answered
Charlie Poole proposed the following answer:
RequiresThread simply causes a separate thread to be created or running
your test. While it doesn't prevent you from creating other threads
within your test, it doesn't help you particularly either. Your problem
seems to be broader than just the NUnit feature set so a wider
discussion on the nunit-discuss list may give you better results.
--
You received this question notification because you are a member of
NUnit Core Developers, which is an answer contact for NUnit Framework.