Uses of Interface
org.testng.IExpectedExceptionsHolder
-
Packages that use IExpectedExceptionsHolder Package Description org.testng.internal org.testng.internal.invokers -
-
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. -
Uses of IExpectedExceptionsHolder in org.testng.internal.invokers
Fields in org.testng.internal.invokers declared as IExpectedExceptionsHolder Modifier and Type Field Description private IExpectedExceptionsHolder
ExpectedExceptionsHolder. holder
Constructors in org.testng.internal.invokers with parameters of type IExpectedExceptionsHolder Constructor Description ExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method, IExpectedExceptionsHolder holder)
-