@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Repeat
RepeatRule to cause a
given Test method to be repeated a specified number of times.| Modifier and Type | Required Element and Description |
|---|---|
int |
value
Specifies the number of times to repeat the annotated
Test. |
Copyright © 2014. All rights reserved.