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 XmlTestTestRunner.m_xmlTestprivate XmlTestTestClass.xmlTestMethods 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 voidTestClass.init(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass) private voidTestRunner.init(IConfiguration configuration, ISuite suite, XmlTest test, String outputDirectory, IAnnotationFinder annotationFinder, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners) private voidTestRunner.initMetaGroups(XmlTest xmlTest) Initialize meta groupsprivate voidTestRunner.initRunInfo(XmlTest xmlTest) ITestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners) default TestRunnerITestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, Map<Class<? extends IDataProviderListener>, IDataProviderListener> dataProviderListeners) Produces a newTestRunnerdefault TestRunnerITestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) Produces a newTestRunnerSuiteRunner.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 voidTestRunner.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 XmlTestModifierConstructorDescriptionprotectedTestClass(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) protectedTestRunner(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 XmlTestBaseTestMethod.m_xmlTestprivate final XmlTestNoOpTestClass.m_xmlTestprivate final XmlTestLiteWeightTestNGMethod.xmlTestMethods 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 booleanDynamicGraphHelper.canGroupByInstances(XmlTest xmlTest) private static ListMultiMap<ITestNGMethod,ITestNGMethod> DynamicGraphHelper.createClassDependencies(ITestNGMethod[] methods, XmlTest test) static DynamicGraph<ITestNGMethod>DynamicGraphHelper.createDynamicGraph(ITestNGMethod[] methods, XmlTest xmlTest) static ObjectInstanceCreator.createInstance(Class<?> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, String errorMsgPrefix) static ObjectInstanceCreator.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 StringTestNGMethod.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 voidprivate static ObjectInstanceCreator.instantiateUsingDefaultConstructor(Class<?> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IObjectFactory factory) private static ObjectInstanceCreator.instantiateUsingParameterizedConstructor(IAnnotationFinder finder, Constructor<?> constructor, XmlTest xmlTest, IObjectFactory objectFactory) private static booleanClassBasedParallelWorker.isSequential(ITestAnnotation test, XmlTest xmlTest) voidBaseTestMethod.setXmlTest(XmlTest xmlTest) Constructors in org.testng.internal with parameters of type XmlTestModifierConstructorDescriptionprivateTestNGMethod(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 voidFailedReporter.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 voidFailedReporter.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 XmlTestTestNGContentHandler.m_currentTestprivate XmlTestXmlClass.m_xmlTestFields 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 TypeMethodDescriptionvoidHelps represent the contents ofXmlTestas a String.(package private) static StringHelps represent the contents ofXmlTestas a String.voidXmlClass.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 XmlSuiteTestNamesMatcher.cleanClone(XmlSuite xmlSuite, List<XmlTest> tests)