← 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

 

** Tags added: framework

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/590804

Title:
  Need a way to repeatedly run the same test on different threads

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!

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/590804/+subscriptions


References