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, setTestClass
public Class[] getValue()
IExpectedExceptionsAnnotation
getValue
in interface IExpectedExceptionsAnnotation
public void setValue(Class[] value)
Copyright © 2016. All rights reserved.