com.mycila.junit.concurrent
Annotation Type Concurrency
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Concurrency
Set the number of threads.
If 0 or less, the number of thread will be the number of test methdds ot test classes in the suite.
If the computation cannot be done, the default thread number will be the number of available cores.
- Author:
- Mathieu Carbou (mathieu.carbou@gmail.com)
|
Optional Element Summary |
int |
value
|
value
public abstract int value
- Default:
- 0
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.