public class ExpectedExceptionsAnnotation extends BaseAnnotation implements IExpectedExceptionsAnnotation
| Constructor and Description |
|---|
ExpectedExceptionsAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class[] |
getValue()
The list of exceptions expected to be thrown by this method.
|
void |
setValue(java.lang.Class[] value) |
getConstructor, getMethod, getTestClass, setConstructor, setMethod, setTestClasspublic java.lang.Class[] getValue()
IExpectedExceptionsAnnotationgetValue in interface IExpectedExceptionsAnnotationpublic void setValue(java.lang.Class[] value)