|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ThreadedTest
An annotation that designates a test that uses the ThreadedTestRunner
framework to perform multithreaded tests.
| Optional Element Summary | |
|---|---|
Class<? extends Throwable> |
expected
An optional expected Throwable. |
public abstract Class<? extends Throwable> expected
expected Throwable. If this is specified, the
given test method is expected to throw the given exception class during its
execution. Failure to throw the specified exception is an error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||