ma.glasnost.orika.test
Annotation Type ConcurrentRule.Concurrent


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface ConcurrentRule.Concurrent

Concurrent is used to mark the number of threads which should be used to invoke the test method simultaneously.


Optional Element Summary
 int value
           
 

value

public abstract int value
Default:
10


Copyright © 2012 Glasnost. All Rights Reserved.