Uses of Class
org.testng.TestNGException
-
Packages that use TestNGException Package Description org.testng org.testng.internal org.testng.internal.reflect org.testng.xml -
-
Uses of TestNGException in org.testng
Subclasses of TestNGException in org.testng Modifier and Type Class Description classConfigurationNotInvokedExceptionRepresents an exception that is thrown when a configuration method is not invoked.classTestExceptionException thrown when an exception happens while running a test method.classTestNotInvokedExceptionRepresents an exception that is thrown when a test method is not invoked. -
Uses of TestNGException in org.testng.internal
Methods in org.testng.internal that throw TestNGException Modifier and Type Method Description static java.lang.Object[]Parameters. injectParameters(java.lang.Object[] parameterValues, java.lang.reflect.Method method, ITestContext context)Gets an array of parameter values returned by data provider or the ones that are injected based on parameter type.XmlSuiteYamlParser. parse(java.lang.String filePath, java.io.InputStream is, boolean loadClasses) -
Uses of TestNGException in org.testng.internal.reflect
Subclasses of TestNGException in org.testng.internal.reflect Modifier and Type Class Description classMethodMatcherExceptionThrown from MethodMatcher. -
Uses of TestNGException in org.testng.xml
Methods in org.testng.xml that throw TestNGException Modifier and Type Method Description TIFileParser. parse(java.lang.String filePath, java.io.InputStream is, boolean loadClasses)
-