|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited @Documented public @interface ExpectedException
Test annotation to indicate that a test method is required to throw one or more of these exceptions.
Required Element Summary | |
---|---|
Class<? extends Throwable> |
value
|
Element Detail |
---|
public abstract Class<? extends Throwable> value
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |