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 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 newTestRunnerConstructors in org.testng with parameters of type XmlTestModifierConstructorDescriptionTestRunner(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
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 TypeMethodDescriptionstatic 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) BaseTestMethod.findMethodParameters(XmlTest test) ClonedMethod.findMethodParameters(XmlTest test) LiteWeightTestNGMethod.findMethodParameters(XmlTest test) WrappedTestNGMethod.findMethodParameters(XmlTest test) TestNGMethodFinder.getTestMethods(Class<?> clazz, XmlTest xmlTest) voidBaseTestMethod.setXmlTest(XmlTest xmlTest) Constructors in org.testng.internal with parameters of type XmlTestModifierConstructorDescriptionTestNGMethod(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
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.junit
Methods in org.testng.junit that return XmlTestMethods in org.testng.junit 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 TypeMethodDescriptionvoidHelps 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
Methods in org.testng.xml.internal that return types with arguments of type XmlTest