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, SuiteRunner suiteRunner) 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(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) protectedTestRunner(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 XmlTestBaseTestMethod.m_xmlTestprivate final XmlTestNoOpTestClass.m_xmlTestprivate final XmlTestLiteWeightTestNGMethod.xmlTestFields 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 booleanDynamicGraphHelper.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 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(ITestObjectFactory objectFactory, Class<?> declaringClass, XmlTest xmlTest, IAnnotationFinder annotationFinder) TestNGMethodFinder.getTestMethods(Class<?> clazz, XmlTest xmlTest) private voidvoidBaseTestMethod.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) privateTestNGMethod(ITestObjectFactory objectFactory, Method method, IAnnotationFinder finder, boolean initialize, XmlTest xmlTest, Object instance) TestNGMethod(ITestObjectFactory objectFactory, Method method, IAnnotationFinder finder, XmlTest xmlTest, Object instance) Constructs aTestNGMethodConstructor 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 booleanClassBasedParallelWorker.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> TSimpleObjectDispenser.createInstance(Class<T> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, String errorMsgPrefix) private static <T> TSimpleObjectDispenser.instantiateUsingDefaultConstructor(Class<T> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, ITestObjectFactory factory) private static <T> TSimpleObjectDispenser.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 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)