Uses of Class
org.testng.xml.XmlTest
Packages that use XmlTest
Package
Description
-
Uses of XmlTest in org.testng
Methods in org.testng that return XmlTestModifier and TypeMethodDescriptionITestContext.getCurrentXmlTest()
TestRunner.getCurrentXmlTest()
TestRunner.getTest()
IClass.getXmlTest()
ITestNGMethod.getXmlTest()
Methods in org.testng with parameters of type XmlTestModifier and TypeMethodDescriptionITestNGMethod.findMethodParameters
(XmlTest test) ITestMethodFinder.getTestMethods
(Class<?> cls, XmlTest xmlTest) 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, Map<Class<? extends IDataProviderListener>, IDataProviderListener> dataProviderListeners) Produces a newTestRunner
default TestRunner
ITestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) Produces a newTestRunner
Constructors in org.testng with parameters of type XmlTestModifierConstructorDescriptionTestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator, ISuiteRunnerListener suiteRunner) TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, ISuiteRunnerListener suiteRunner) protected
TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator, DataProviderHolder otherHolder, ISuiteRunnerListener suiteRunner) -
Uses of XmlTest in org.testng.internal
Methods in org.testng.internal that return XmlTestModifier and TypeMethodDescriptionITestResultNotifier.getTest()
BaseTestMethod.getXmlTest()
ClassImpl.getXmlTest()
ClonedMethod.getXmlTest()
LiteWeightTestNGMethod.getXmlTest()
NoOpTestClass.getXmlTest()
RunInfo.getXmlTest()
WrappedTestNGMethod.getXmlTest()
Methods in org.testng.internal with parameters of type XmlTestModifier and TypeMethodDescriptionstatic List
<ITestNGMethod> ConfigurationMethod.createClassConfigurationMethods
(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, IObject.IdentifiableObject instance) static DynamicGraph
<ITestNGMethod> DynamicGraphHelper.createDynamicGraph
(ITestNGMethod[] methods, XmlTest xmlTest) static List
<ITestNGMethod> ConfigurationMethod.createTestConfigurationMethods
(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, IObject.IdentifiableObject instance) static List
<ITestNGMethod> ConfigurationMethod.createTestMethodConfigurationMethods
(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, IObject.IdentifiableObject instance) BaseTestMethod.findMethodParameters
(XmlTest test) ClonedMethod.findMethodParameters
(XmlTest test) LiteWeightTestNGMethod.findMethodParameters
(XmlTest test) WrappedTestNGMethod.findMethodParameters
(XmlTest test) TestNGMethodFinder.getTestMethods
(Class<?> clazz, XmlTest xmlTest) void
BaseTestMethod.setXmlTest
(XmlTest xmlTest) Constructors in org.testng.internal with parameters of type XmlTestModifierConstructorDescriptionConfigurationMethod
(ITestObjectFactory objectFactory, ConstructorOrMethod com, IAnnotationFinder annotationFinder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, boolean isIgnoreFailure, String[] beforeGroups, String[] afterGroups, XmlTest xmlTest, IObject.IdentifiableObject instance) TestNGMethod
(ITestObjectFactory objectFactory, Method method, IAnnotationFinder finder, XmlTest xmlTest, IObject.IdentifiableObject instance) Constructs aTestNGMethod
Constructor parameters in org.testng.internal with type arguments of type XmlTest -
Uses of XmlTest in org.testng.internal.annotations
Methods in org.testng.internal.annotations with parameters of type XmlTestModifier and TypeMethodDescriptionstatic ITestNGMethod[]
AnnotationHelper.findMethodsWithAnnotation
(ITestObjectFactory objectFactory, Class<?> rootClass, Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder, XmlTest xmlTest) -
Uses of XmlTest in org.testng.internal.objects.pojo
Methods in org.testng.internal.objects.pojo that return XmlTestMethods in org.testng.internal.objects.pojo with parameters of type XmlTest -
Uses of XmlTest in org.testng.xml
Methods in org.testng.xml that return types with arguments of type XmlTestMethods in org.testng.xml with parameters of type XmlTestModifier and TypeMethodDescriptionvoid
Helps represent the contents ofXmlTest
as a String.void
XmlClass.setXmlTest
(XmlTest test) Method parameters in org.testng.xml with type arguments of type XmlTest -
Uses of XmlTest in org.testng.xml.internal
Methods in org.testng.xml.internal that return types with arguments of type XmlTest