|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.internal.annotations.BaseAnnotation
org.testng.internal.annotations.ExpectedExceptionsAnnotation
public class ExpectedExceptionsAnnotation
An implementation of IExpectedExceptions Created on Dec 20, 2005
Constructor Summary | |
---|---|
ExpectedExceptionsAnnotation()
|
Method Summary | |
---|---|
java.lang.Class[] |
getValue()
The list of exceptions expected to be thrown by this method. |
void |
setValue(java.lang.Class[] value)
|
Methods inherited from class org.testng.internal.annotations.BaseAnnotation |
---|
getConstructor, getMethod, getTestClass, setConstructor, setMethod, setTestClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpectedExceptionsAnnotation()
Method Detail |
---|
public java.lang.Class[] getValue()
IExpectedExceptions
getValue
in interface IExpectedExceptions
public void setValue(java.lang.Class[] value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |