← Back to team overview

nunit-core team mailing list archive

[Bug 590804] Re: Need a way to repeatedly run the same test on different threads

 

Postponed to 3.0

** Changed in: nunitv2
       Status: Triaged => Won't Fix

-- 
Need a way to repeatedly run the same test on different threads
https://bugs.launchpad.net/bugs/590804
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.

Status in NUnit Test Framework: Triaged
Status in NUnit V2 Test Framework: Won't Fix

Bug description:
I need a new attribute similar to [Repeat] that starts the test on multiple threads concurrently. A similar attribute is available in MbUnit - ThreadedRepeat. The [ThreadedRepeat(5)] attribute will call the test 5 times in parallel, firing off a separate thread for each one.
 
 I couldn't find the MbUnit documentation for the ThreadedRepeat attribute, but there is a blog post that explains it: http://darrell.mozingo.net/2008/05/30/mbunits-threadedrepeat-attribute/

Thank you!





References