|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ThreadedVerification
An annotation that designates part of a test case that uses the AnnotatedTestRunner framework to perform multithreaded tests. The method
tagged with the ThreadedVerification attribute will be run after the main and
secondary methods.
AnnotatedTestRunner| Optional Element Summary | |
|---|---|
String |
name
The name of the test case that this method is part of |
public abstract String name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||