Home | History | Annotate | Download | only in doc

Lines Matching full:invocationcount

410 <tt>invocationCount</tt>
424 The maximum number of milliseconds this test should take for the cumulated time of all the invocationcounts. This attribute will be ignored if invocationCount is not specified.
483 invocationCount. <br>Note: this attribute is ignored if invocationCount is not specified
1678 @Test(threadPoolSize = 3, invocationCount = 10, timeOut = 10000)
1893 For example, here is how you would override the attribute <tt>invocationCount</tt> but only on the test method <tt>invoke()</tt> of one of your test classes: