org.testng.internal.annotations
Interface IExpectedExceptions

All Superinterfaces:
IAnnotation
All Known Implementing Classes:
ExpectedExceptionsAnnotation

public interface IExpectedExceptions
extends IAnnotation

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

Author:
Cedric Beust

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

Method Detail

getValue

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



Copyright © 2010. All Rights Reserved.