Uses of Class
org.testng.xml.XmlTest
Packages that use XmlTest
Package
Description
-
Uses of XmlTest in org.testng
Fields in org.testng declared as XmlTestModifier and TypeFieldDescriptionprivate XmlTest
TestRunner.m_xmlTest
private XmlTest
TestClass.xmlTest
Methods in org.testng that return XmlTestModifier and TypeMethodDescriptionITestContext.getCurrentXmlTest()
TestRunner.getCurrentXmlTest()
TestRunner.getTest()
IClass.getXmlTest()
ITestNGMethod.getXmlTest()
TestClass.getXmlTest()
Methods in org.testng with parameters of type XmlTestModifier and TypeMethodDescriptionITestNGMethod.findMethodParameters
(XmlTest test) ITestMethodFinder.getTestMethods
(Class<?> cls, XmlTest xmlTest) private void
TestClass.init
(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass) private void
TestRunner.init
(IConfiguration configuration, ISuite suite, XmlTest test, String outputDirectory, IAnnotationFinder annotationFinder, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners) private void
TestRunner.initMetaGroups
(XmlTest xmlTest) Initialize meta groupsprivate void
TestRunner.initRunInfo
(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
SuiteRunner.DefaultTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners) SuiteRunner.DefaultTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, Map<Class<? extends IDataProviderListener>, IDataProviderListener> dataProviderListeners) SuiteRunner.DefaultTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) SuiteRunner.ProxyTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners) SuiteRunner.ProxyTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, Map<Class<? extends IDataProviderListener>, IDataProviderListener> dataProviderListeners) SuiteRunner.ProxyTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) private void
TestRunner.privateRun
(XmlTest xmlTest) Main method that create a graph of methods and then pass it to the graph executor to run them.Constructors in org.testng with parameters of type XmlTestModifierConstructorDescriptionprotected
TestClass
(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass, String errorMsgPrefix) 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) 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) -
Uses of XmlTest in org.testng.internal
Fields in org.testng.internal declared as XmlTestModifier and TypeFieldDescriptionprivate XmlTest
BaseTestMethod.m_xmlTest
private final XmlTest
NoOpTestClass.m_xmlTest
private final XmlTest
LiteWeightTestNGMethod.xmlTest
Methods in org.testng.internal that return XmlTestModifier and TypeMethodDescriptionITestResultNotifier.getTest()
BaseTestMethod.getXmlTest()
ClassImpl.getXmlTest()
ClonedMethod.getXmlTest()
LiteWeightTestNGMethod.getXmlTest()
NoOpTestClass.getXmlTest()
WrappedTestNGMethod.getXmlTest()
Methods in org.testng.internal with parameters of type XmlTestModifier and TypeMethodDescriptionBaseTestMethod.calculateXmlGroupDependencies
(XmlTest xmlTest) private static boolean
DynamicGraphHelper.canGroupByInstances
(XmlTest xmlTest) private static ListMultiMap<ITestNGMethod,
ITestNGMethod> DynamicGraphHelper.createClassDependencies
(ITestNGMethod[] methods, XmlTest test) static DynamicGraph<ITestNGMethod>
DynamicGraphHelper.createDynamicGraph
(ITestNGMethod[] methods, XmlTest xmlTest) static Object
InstanceCreator.createInstance
(Class<?> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, String errorMsgPrefix) static Object
InstanceCreator.createInstanceUsingObjectFactory
(Class<?> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, IObjectFactory factory, boolean create, String errorMsgPrefix) private static Collection<XmlClass>
ClassHelper.findClassesInSameTest
(Class<?> cls, XmlTest xmlTest) private String
TestNGMethod.findDescription
(ITestAnnotation testAnnotation, XmlTest xmlTest) BaseTestMethod.findMethodParameters
(XmlTest test) ClonedMethod.findMethodParameters
(XmlTest test) LiteWeightTestNGMethod.findMethodParameters
(XmlTest test) WrappedTestNGMethod.findMethodParameters
(XmlTest test) XmlTestUtils.findMethodParameters
(XmlTest test, String className, String methodName) private static String[]
FactoryMethod.getAllGroups
(Class<?> declaringClass, XmlTest xmlTest, IAnnotationFinder annotationFinder) TestNGMethodFinder.getTestMethods
(Class<?> clazz, XmlTest xmlTest) private void
private static Object
InstanceCreator.instantiateUsingDefaultConstructor
(Class<?> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IObjectFactory factory) private static Object
InstanceCreator.instantiateUsingParameterizedConstructor
(IAnnotationFinder finder, Constructor<?> constructor, XmlTest xmlTest, IObjectFactory objectFactory) private static boolean
ClassBasedParallelWorker.isSequential
(ITestAnnotation test, XmlTest xmlTest) void
BaseTestMethod.setXmlTest
(XmlTest xmlTest) Constructors in org.testng.internal with parameters of type XmlTestModifierConstructorDescriptionprivate
TestNGMethod
(Method method, IAnnotationFinder finder, boolean initialize, XmlTest xmlTest, Object instance) TestNGMethod
(Method method, IAnnotationFinder finder, XmlTest xmlTest, Object instance) Constructs aTestNGMethod
-
Uses of XmlTest in org.testng.internal.annotations
Methods in org.testng.internal.annotations with parameters of type XmlTestModifier and TypeMethodDescriptionstatic ITestNGMethod[]
AnnotationHelper.findMethodsWithAnnotation
(Class<?> rootClass, Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder, XmlTest xmlTest) -
Uses of XmlTest in org.testng.internal.objects.pojo
Fields in org.testng.internal.objects.pojo declared as XmlTestMethods 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.junit
Methods in org.testng.junit that return XmlTestMethods in org.testng.junit with parameters of type XmlTest -
Uses of XmlTest in org.testng.reporters
Methods in org.testng.reporters with parameters of type XmlTestModifier and TypeMethodDescriptionFailedReporter.createXmlClasses
(List<ITestNGMethod> methods, XmlTest srcXmlTest) private void
FailedReporter.createXmlTest
(ITestContext context, List<ITestNGMethod> methods, XmlTest srcXmlTest) Generate testng-failed.xmlFailedReporter.findMethodLocalParameters
(XmlTest srcXmlTest, ITestNGMethod method) Get local parameters of one include method from origin test xml.private void
FailedReporter.generateXmlTest
(XmlTest xmlTest, ITestContext context, Set<ITestResult> failedTests, Set<ITestResult> skippedTests) -
Uses of XmlTest in org.testng.xml
Fields in org.testng.xml declared as XmlTestModifier and TypeFieldDescriptionprivate XmlTest
TestNGContentHandler.m_currentTest
private XmlTest
XmlClass.m_xmlTest
Fields in org.testng.xml with type parameters of type XmlTestMethods 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.(package private) static String
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
Fields in org.testng.xml.internal with type parameters of type XmlTestMethods in org.testng.xml.internal that return types with arguments of type XmlTestMethod parameters in org.testng.xml.internal with type arguments of type XmlTestModifier and TypeMethodDescriptionprivate static XmlSuite
TestNamesMatcher.cleanClone
(XmlSuite xmlSuite, List<XmlTest> tests)