~jterrell/nunitv2/nunitv2

« back to all changes in this revision

Viewing changes to doc/repeat.html

  • Committer: Charlie Poole
  • Date: 2012-01-25 15:22:27 UTC
  • mfrom: (3368.1.7 work)
  • Revision ID: charlie@nunit.org-20120125152227-vw2i8uufx87pct80
Merge changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
<h3>RepeatAttribute (NUnit 2.5)</h3>
29
29
 
30
 
<p><b>RepeatAttribute</b> is used on a test case to specify that it should be 
 
30
<p><b>RepeatAttribute</b> is used on a test method to specify that it should be
31
31
   executed multiple times. If any repetition fails, the remaining ones are
32
32
   not run and a failure is reported.
 
33
 
 
34
<p><b>Notes:</b>
 
35
<ol>
 
36
<li>It is not currently possible to use RepeatAttribute on a TestFixture
 
37
    or any other type of test suite. Only single tests may be repeated.
 
38
<li>Since a parameterized test method represents a suite, RepeatAttribute
 
39
    is ignored when it appears on such a method.
 
40
</ol>
33
41
   
 
42
 
34
43
</div>
35
44
 
36
45
<!-- Submenu -->