| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.internal.reflect | |
| org.testng.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
DataProviderInvocationException
Represents any issues that arise out of invoking a data provider method.
|
class |
TestException
Exception thrown when an exception happens while running a test method.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
XmlSuite |
YamlParser.parse(String filePath,
InputStream is,
boolean loadClasses) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodMatcherException
Thrown from MethodMatcher.
|
| Modifier and Type | Method and Description |
|---|---|
T |
IFileParser.parse(String filePath,
InputStream is,
boolean loadClasses) |
Copyright © 2025. All rights reserved.