Uses of Class
org.testng.xml.XmlTest
-
Packages that use XmlTest Package Description org.testng org.testng.internal org.testng.internal.annotations org.testng.junit org.testng.xml org.testng.xml.internal -
-
Uses of XmlTest in org.testng
Methods in org.testng that return XmlTest Modifier and Type Method Description XmlTestITestContext. getCurrentXmlTest()XmlTestTestRunner. getCurrentXmlTest()XmlTestTestRunner. getTest()XmlTestIClass. getXmlTest()XmlTestITestNGMethod. getXmlTest()Methods in org.testng with parameters of type XmlTest Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>ITestNGMethod. findMethodParameters(XmlTest test)ITestNGMethod[]ITestMethodFinder. getTestMethods(java.lang.Class<?> cls, XmlTest xmlTest)TestRunnerITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)TestRunnerITestRunnerFactory2. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)Produces a newTestRunnerConstructors in org.testng with parameters of type XmlTest Constructor Description TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners)This constructor is used by testng-remote, any changes related to it please contact with testng-team.TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator)TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners) -
Uses of XmlTest in org.testng.internal
Methods in org.testng.internal that return XmlTest Modifier and Type Method Description XmlTestITestResultNotifier. getTest()XmlTestBaseTestMethod. getXmlTest()XmlTestClassImpl. getXmlTest()XmlTestClonedMethod. getXmlTest()XmlTestNoOpTestClass. getXmlTest()XmlTestWrappedTestNGMethod. getXmlTest()Methods in org.testng.internal with parameters of type XmlTest Modifier and Type Method Description static DynamicGraph<ITestNGMethod>DynamicGraphHelper. createDynamicGraph(ITestNGMethod[] methods, XmlTest xmlTest)static java.lang.ObjectClassHelper. createInstance(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory)Create an instance for the given class.static java.lang.ObjectClassHelper. createInstance1(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, IObjectFactory objectFactory)voidParametersTest. filterOutInJectedTypesFromOptionalValuesTest(XmlTest xmlTest, java.lang.String testdata)java.util.Map<java.lang.String,java.lang.String>BaseTestMethod. findMethodParameters(XmlTest test)java.util.Map<java.lang.String,java.lang.String>ClonedMethod. findMethodParameters(XmlTest test)java.util.Map<java.lang.String,java.lang.String>WrappedTestNGMethod. findMethodParameters(XmlTest test)protected IClassBaseClassFinder. findOrCreateIClass(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, java.lang.Object instance, XmlTest xmlTest, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)Deprecated.- This method stands deprecated as of TestNG v6.13ITestNGMethod[]TestNGMethodFinder. getTestMethods(java.lang.Class<?> clazz, XmlTest xmlTest)voidBaseTestMethod. setXmlTest(XmlTest xmlTest)Constructors in org.testng.internal with parameters of type XmlTest Constructor Description ClassImpl(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, java.lang.Object instance, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13FactoryMethod(ConstructorOrMethod com, java.lang.Object instance, XmlTest xmlTest, IAnnotationFinder annotationFinder, ITestContext testContext, ITestObjectFactory objectFactory)Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13FactoryMethod(ConstructorOrMethod com, java.lang.Object instance, XmlTest xmlTest, IAnnotationFinder annotationFinder, ITestContext testContext, ITestObjectFactory objectFactory, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13TestNGClassFinder(ClassInfoMap cim, java.util.Map<java.lang.Class<?>,java.util.List<java.lang.Object>> instanceMap, XmlTest xmlTest, IConfiguration configuration, ITestContext testContext)Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13TestNGClassFinder(ClassInfoMap cim, java.util.Map<java.lang.Class<?>,java.util.List<java.lang.Object>> instanceMap, XmlTest xmlTest, IConfiguration configuration, ITestContext testContext, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13TestNGClassFinder(ClassInfoMap cim, XmlTest xmlTest, IConfiguration configuration, ITestContext testContext)Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13TestNGClassFinder(ClassInfoMap cim, XmlTest xmlTest, IConfiguration configuration, ITestContext testContext, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13TestNGMethod(java.lang.reflect.Method method, IAnnotationFinder finder, XmlTest xmlTest, java.lang.Object instance)Constructs aTestNGMethod -
Uses of XmlTest in org.testng.internal.annotations
Methods in org.testng.internal.annotations with parameters of type XmlTest Modifier and Type Method Description static ITestNGMethod[]AnnotationHelper. findMethodsWithAnnotation(java.lang.Class<?> rootClass, java.lang.Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder, XmlTest xmlTest)Delegation method for creating the list ofITestMethods to be analysed. -
Uses of XmlTest in org.testng.junit
Methods in org.testng.junit that return XmlTest Modifier and Type Method Description XmlTestJUnitTestClass. getXmlTest()Methods in org.testng.junit with parameters of type XmlTest Modifier and Type Method Description ITestNGMethod[]JUnitMethodFinder. getTestMethods(java.lang.Class cls, XmlTest xmlTest) -
Uses of XmlTest in org.testng.xml
Methods in org.testng.xml that return types with arguments of type XmlTest Modifier and Type Method Description java.util.List<XmlTest>XmlSuite. getTests()Returns the tests.Methods in org.testng.xml with parameters of type XmlTest Modifier and Type Method Description voidXmlSuite. addTest(XmlTest test)java.lang.StringIWeaveXml. asXml(XmlTest xmlTest, java.lang.String indent)Helps represent the contents ofXmlTestas a String.voidXmlClass. setXmlTest(XmlTest test)Method parameters in org.testng.xml with type arguments of type XmlTest Modifier and Type Method Description voidXmlSuite. setTests(java.util.List<XmlTest> tests) -
Uses of XmlTest in org.testng.xml.internal
Methods in org.testng.xml.internal that return types with arguments of type XmlTest Modifier and Type Method Description java.util.List<XmlTest>TestNamesMatcher. getMatchedTests()
-