|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Concurrent
Indicates that data-driven tests can and should be run in parallel. You can optionally indicate the number of threads to use. If not specified, a sensible value based on the number of processors will be used.
| Optional Element Summary | |
|---|---|
String |
threads
|
public abstract String threads
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||