org.specrunner.junit
Annotation Type Concurrent


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Concurrent

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)

Optional Element Summary
 int threads
          Number of threads.
 

threads

public abstract int threads
Number of threads.

Default:
5


Copyright © 2014. All rights reserved.