org.testng.annotations
Interface IExpectedExceptionsAnnotation

All Superinterfaces:
IAnnotation

public interface IExpectedExceptionsAnnotation
extends IAnnotation

Encapsulate the @ExpectedExceptions / @testng.expected-exceptions annotation Created on Dec 20, 2005

Author:
Cedric Beust

Method Summary
 Class[] getValue()
          The list of exceptions expected to be thrown by this method.
 

Method Detail

getValue

Class[] getValue()
The list of exceptions expected to be thrown by this method.



Copyright © 2011. All Rights Reserved.