org.apache.directory.junit.tools
Annotation Type NoMultiThreadedInvocation


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface NoMultiThreadedInvocation

Indicates that a test shouldn't be invoked by multiple threads.

Author:
Apache Directory Project

Optional Element Summary
 String value
          The optional reason why the test shouldn't be invoked by multiple threads.
 

value

public abstract String value
The optional reason why the test shouldn't be invoked by multiple threads.

Default:
""


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.