Uses of Class
org.testng.internal.ExpectedExceptionsHolder
-
Packages that use ExpectedExceptionsHolder Package Description org.testng.internal -
-
Uses of ExpectedExceptionsHolder in org.testng.internal
Fields in org.testng.internal declared as ExpectedExceptionsHolder Modifier and Type Field Description private ExpectedExceptionsHolderTestMethodWithDataProviderMethodWorker. m_expectedExceptionHolderMethods in org.testng.internal with parameters of type ExpectedExceptionsHolder Modifier and Type Method Description private Invoker.StatusHolderInvoker. considerExceptions(ITestNGMethod tm, ITestResult testresult, ExpectedExceptionsHolder exceptionsHolder, Invoker.FailureContext failure)Constructors in org.testng.internal with parameters of type ExpectedExceptionsHolder Constructor Description TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod, int parameterIndex, java.lang.Object[] parameterValues, java.lang.Object instance, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, ExpectedExceptionsHolder expectedExceptionHolder, ITestContext testContext, boolean skipFailedInvocationCounts, int invocationCount, int failureCount, ITestResultNotifier notifier)
-