Uses of Interface
org.testng.IExpectedExceptionsHolder
-
Packages that use IExpectedExceptionsHolder Package Description org.testng.internal -
-
Uses of IExpectedExceptionsHolder in org.testng.internal
Classes in org.testng.internal that implement IExpectedExceptionsHolder Modifier and Type Class Description class
RegexpExpectedExceptionsHolder
A class that contains the expected exceptions and the message regular expression.Fields in org.testng.internal declared as IExpectedExceptionsHolder Modifier and Type Field Description private IExpectedExceptionsHolder
ExpectedExceptionsHolder. holder
Constructors in org.testng.internal with parameters of type IExpectedExceptionsHolder Constructor Description ExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method, IExpectedExceptionsHolder holder)
-