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, SuiteRunner suiteRunner) 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
(ITestObjectFactory objectFactory, 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, Comparator<ITestNGMethod> comparator, SuiteRunner suiteRunner) TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, SuiteRunner 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, SuiteRunner suiteRunner) -
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
Fields in org.testng.internal with type parameters of type XmlTestMethods 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 TypeMethodDescriptionBaseTestMethod.calculateXmlGroupDependencies
(XmlTest xmlTest) private static boolean
DynamicGraphHelper.canGroupByInstances
(XmlTest xmlTest) static ITestNGMethod[]
ConfigurationMethod.createClassConfigurationMethods
(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder annotationFinder, boolean isBefore, XmlTest xmlTest, Object instance) private static ListMultiMap<ITestNGMethod,
ITestNGMethod> DynamicGraphHelper.createClassDependencies
(ITestNGMethod[] methods, XmlTest test) static DynamicGraph<ITestNGMethod>
DynamicGraphHelper.createDynamicGraph
(ITestNGMethod[] methods, XmlTest xmlTest) private static ITestNGMethod[]
ConfigurationMethod.createMethods
(ITestObjectFactory objectFactory, ITestNGMethod[] methods, IAnnotationFinder finder, boolean isBeforeSuite, boolean isAfterSuite, boolean isBeforeTest, boolean isAfterTest, boolean isBeforeClass, boolean isAfterClass, boolean isBeforeMethod, boolean isAfterMethod, XmlTest xmlTest, Object instance) 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) 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
(ITestObjectFactory objectFactory, Class<?> declaringClass, XmlTest xmlTest, IAnnotationFinder annotationFinder) TestNGMethodFinder.getTestMethods
(Class<?> clazz, XmlTest xmlTest) private void
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, Object instance) private
TestNGMethod
(ITestObjectFactory objectFactory, Method method, IAnnotationFinder finder, boolean initialize, XmlTest xmlTest, Object instance) TestNGMethod
(ITestObjectFactory objectFactory, Method method, IAnnotationFinder finder, XmlTest xmlTest, Object 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.invokers
Methods in org.testng.internal.invokers with parameters of type XmlTestModifier and TypeMethodDescriptionprivate static boolean
ClassBasedParallelWorker.isSequential
(ITestAnnotation test, XmlTest xmlTest) -
Uses of XmlTest in org.testng.internal.objects
Methods in org.testng.internal.objects with parameters of type XmlTestModifier and TypeMethodDescription(package private) static <T> T
SimpleObjectDispenser.createInstance
(Class<T> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, String errorMsgPrefix) private static <T> T
SimpleObjectDispenser.instantiateUsingDefaultConstructor
(Class<T> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, ITestObjectFactory factory) private static <T> T
SimpleObjectDispenser.instantiateUsingParameterizedConstructor
(IAnnotationFinder finder, Constructor<T> constructor, XmlTest xmlTest, ITestObjectFactory objectFactory) -
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 XmlTestModifier and TypeMethodDescriptionJUnitMethodFinder.getTestMethods
(Class<?> cls, XmlTest xmlTest) Deprecated. -
Uses of XmlTest in org.testng.reporters
Methods in org.testng.reporters with parameters of type XmlTestModifier and TypeMethodDescriptionprivate static List<XmlInclude>
FailedReporter.asXmlIncludes
(List<ITestNGMethod> methods, XmlTest srcXmlTest) FailedReporter.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)