|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ThreadedBeforeAll
An optional annotation that designates part of a test suite that uses the AnnotatedTestRunner framework to perform multithreaded tests. The method
tagged with the ThreadedBeforeAll attribute will be run once before any test
case is 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 | |||||||||