Package edu.umd.cs.mtc
Annotation Type Threaded
-
@Retention(RUNTIME) @Target(METHOD) public @interface Threaded
Annotation to indicate that a method in aMultithreadedTestCase
should be run in a separate thread.- Author:
- Jan Van Besien
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
name of the thread, if empty the method name is used
-