org.testng.annotations
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ExpectedExceptions
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class[] |
value
Deprecated.
The list of exceptions expected to be thrown by this method.
|