Uses of Class
org.testng.TestNGException
Packages that use TestNGException
-
Uses of TestNGException in org.testng
Subclasses of TestNGException in org.testngModifier and TypeClassDescriptionclass
Represents any issues that arise out of invoking a data provider method.class
Exception thrown when an exception happens while running a test method. -
Uses of TestNGException in org.testng.internal
Methods in org.testng.internal that throw TestNGExceptionModifier and TypeMethodDescriptionstatic Object[]
Parameters.injectParameters
(Object[] parameterValues, Method method, ITestContext context) Gets an array of parameter values returned by data provider or the ones that are injected based on parameter type. -
Uses of TestNGException in org.testng.internal.reflect
Subclasses of TestNGException in org.testng.internal.reflect -
Uses of TestNGException in org.testng.xml
Methods in org.testng.xml that throw TestNGExceptionModifier and TypeMethodDescriptionIFileParser.parse
(String filePath, InputStream is, boolean loadClasses)