|
MbUnit : ThreadedRepeatAttribute
This page last changed on Jul 02, 2005 by peli.
The ThreadedRepeatAttribute is a TestDecorator that causes the test method to be invoked in multiple concurent threads. The following samples calls 10 times the method before returning. Unable to find source-code formatter for language: cs. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml [Test]
[ThreadedRepeatAttribute (10)]
public void NastyTest()
{ ... }
Note that if you are looking for sequential exection, RepeatAttribute should be used instead. |
| Document generated by Confluence on Jun 11, 2007 11:56 |