|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ThreadedAfterAll
An optional annotation that designates part of a test suite that uses the
AnnotatedTestRunner framework to perform multithreaded tests. The
method tagged with the ThreadedAfterAll attribute will be run once after all
test cases have been run. Note that this annotation should only be applied to
a static method.
AnnotatedTestRunner
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||