|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ExpectedExceptions
List of exceptions that a test method is expected to throw.
| Required Element Summary | |
|---|---|
java.lang.Class[] |
value
Deprecated. The list of exceptions expected to be thrown by this method. |
| Element Detail |
|---|
public abstract java.lang.Class[] value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||