| org.testng.annotations.ExpectedExceptions
ExpectedExceptions | public @interface ExpectedExceptions(Code) | | List of exceptions that a test method is expected to throw.
author: Cedric Beust, Apr 26, 2004 |
Field Summary | |
public Class[] | value The list of exceptions expected to be thrown by this method. |
value | public Class[] value(Code) | | The list of exceptions expected to be thrown by this method.
|
|
|