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
Constructors in org.testng.internal.invokers with parameters of type IExpectedExceptionsHolder Constructor Description ExpectedExceptionsHolder(IAnnotationFinder finder, ITestNGMethod method, IExpectedExceptionsHolder holder)
-