net.thucydides.junit.annotations
Annotation Type Concurrent
@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 |
java.lang.String |
threads
|
threads
public abstract java.lang.String threads
- Default:
- ""
Copyright © 2011 Wakaleo Consulting. All Rights Reserved.