| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.internal.annotations | |
| org.testng.internal.objects.pojo | |
| org.testng.junit | |
| org.testng.xml | |
| org.testng.xml.internal |
| Modifier and Type | Method and Description |
|---|---|
XmlTest |
ITestContext.getCurrentXmlTest() |
XmlTest |
TestRunner.getCurrentXmlTest() |
XmlTest |
TestRunner.getTest() |
XmlTest |
ITestNGMethod.getXmlTest() |
XmlTest |
IClass.getXmlTest() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
ITestNGMethod.findMethodParameters(XmlTest test) |
ITestNGMethod[] |
ITestMethodFinder.getTestMethods(Class<?> cls,
XmlTest xmlTest) |
TestRunner |
ITestRunnerFactory.newTestRunner(ISuite suite,
XmlTest test,
Collection<IInvokedMethodListener> listeners,
List<IClassListener> classListeners) |
default TestRunner |
ITestRunnerFactory.newTestRunner(ISuite suite,
XmlTest test,
Collection<IInvokedMethodListener> listeners,
List<IClassListener> classListeners,
DataProviderHolder holder)
Produces a new
TestRunner |
default TestRunner |
ITestRunnerFactory.newTestRunner(ISuite suite,
XmlTest test,
Collection<IInvokedMethodListener> listeners,
List<IClassListener> classListeners,
Map<Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
Produces a new
TestRunner |
| Constructor and Description |
|---|
TestRunner(IConfiguration configuration,
ISuite suite,
XmlTest test,
boolean skipFailedInvocationCounts,
Collection<IInvokedMethodListener> invokedMethodListeners,
List<IClassListener> classListeners) |
TestRunner(IConfiguration configuration,
ISuite suite,
XmlTest test,
boolean skipFailedInvocationCounts,
Collection<IInvokedMethodListener> invokedMethodListeners,
List<IClassListener> classListeners,
Comparator<ITestNGMethod> comparator) |
TestRunner(IConfiguration configuration,
ISuite suite,
XmlTest test,
String outputDirectory,
IAnnotationFinder finder,
boolean skipFailedInvocationCounts,
Collection<IInvokedMethodListener> invokedMethodListeners,
List<IClassListener> classListeners,
Comparator<ITestNGMethod> comparator,
DataProviderHolder otherHolder) |
| Modifier and Type | Method and Description |
|---|---|
XmlTest |
ITestResultNotifier.getTest() |
XmlTest |
LiteWeightTestNGMethod.getXmlTest() |
XmlTest |
WrappedTestNGMethod.getXmlTest() |
XmlTest |
RunInfo.getXmlTest() |
XmlTest |
NoOpTestClass.getXmlTest() |
XmlTest |
ClonedMethod.getXmlTest() |
XmlTest |
ClassImpl.getXmlTest() |
XmlTest |
BaseTestMethod.getXmlTest() |
| Modifier and Type | Method and Description |
|---|---|
static ITestNGMethod[] |
ConfigurationMethod.createClassConfigurationMethods(ITestObjectFactory objectFactory,
ITestNGMethod[] methods,
IAnnotationFinder annotationFinder,
boolean isBefore,
XmlTest xmlTest,
Object instance) |
static DynamicGraph<ITestNGMethod> |
DynamicGraphHelper.createDynamicGraph(ITestNGMethod[] methods,
XmlTest xmlTest) |
static ITestNGMethod[] |
ConfigurationMethod.createTestConfigurationMethods(ITestObjectFactory objectFactory,
ITestNGMethod[] methods,
IAnnotationFinder annotationFinder,
boolean isBefore,
XmlTest xmlTest,
Object instance) |
static ITestNGMethod[] |
ConfigurationMethod.createTestMethodConfigurationMethods(ITestObjectFactory objectFactory,
ITestNGMethod[] methods,
IAnnotationFinder annotationFinder,
boolean isBefore,
XmlTest xmlTest,
Object instance) |
Map<String,String> |
LiteWeightTestNGMethod.findMethodParameters(XmlTest test) |
Map<String,String> |
WrappedTestNGMethod.findMethodParameters(XmlTest test) |
Map<String,String> |
ClonedMethod.findMethodParameters(XmlTest test) |
Map<String,String> |
BaseTestMethod.findMethodParameters(XmlTest test) |
ITestNGMethod[] |
TestNGMethodFinder.getTestMethods(Class<?> clazz,
XmlTest xmlTest) |
void |
BaseTestMethod.setXmlTest(XmlTest xmlTest) |
| Constructor and Description |
|---|
ConfigurationMethod(ITestObjectFactory objectFactory,
ConstructorOrMethod com,
IAnnotationFinder annotationFinder,
boolean isBeforeSuite,
boolean isAfterSuite,
boolean isBeforeTest,
boolean isAfterTest,
boolean isBeforeClass,
boolean isAfterClass,
boolean isBeforeMethod,
boolean isAfterMethod,
String[] beforeGroups,
String[] afterGroups,
XmlTest xmlTest,
Object instance) |
TestNGMethod(ITestObjectFactory objectFactory,
Method method,
IAnnotationFinder finder,
XmlTest xmlTest,
Object instance)
Constructs a
TestNGMethod |
| Constructor and Description |
|---|
RunInfo(Supplier<XmlTest> xmlTest) |
| Modifier and Type | Method and Description |
|---|---|
static ITestNGMethod[] |
AnnotationHelper.findMethodsWithAnnotation(ITestObjectFactory objectFactory,
Class<?> rootClass,
Class<? extends IAnnotation> annotationClass,
IAnnotationFinder annotationFinder,
XmlTest xmlTest) |
| Modifier and Type | Method and Description |
|---|---|
XmlTest |
DetailedAttributes.getXmlTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
DetailedAttributes.setXmlTest(XmlTest xmlTest) |
| Modifier and Type | Method and Description |
|---|---|
XmlTest |
JUnitTestClass.getXmlTest() |
| Modifier and Type | Method and Description |
|---|---|
ITestNGMethod[] |
JUnitMethodFinder.getTestMethods(Class<?> cls,
XmlTest xmlTest) |
| Modifier and Type | Method and Description |
|---|---|
List<XmlTest> |
XmlSuite.getTests()
Returns the tests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSuite.addTest(XmlTest test) |
String |
IWeaveXml.asXml(XmlTest xmlTest,
String indent)
Helps represent the contents of
XmlTest as a String. |
static boolean |
XmlTest.isGroupBasedExecution(XmlTest xmlTest) |
void |
XmlClass.setXmlTest(XmlTest test) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSuite.setTests(List<XmlTest> tests) |
| Modifier and Type | Method and Description |
|---|---|
List<XmlTest> |
TestNamesMatcher.getMatchedTests() |
Copyright © 2025. All rights reserved.