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