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.reporters org.testng.xml org.testng.xml.internal -
-
Uses of XmlTest in org.testng
Fields in org.testng declared as XmlTest Modifier and Type Field Description private XmlTestTestRunner. m_xmlTestprivate XmlTestTestClass. xmlTestMethods in org.testng that return XmlTest Modifier and Type Method Description XmlTestITestContext. getCurrentXmlTest()XmlTestTestRunner. getCurrentXmlTest()XmlTestTestRunner. getTest()XmlTestIClass. getXmlTest()XmlTestITestNGMethod. getXmlTest()XmlTestTestClass. 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)private voidTestClass. init(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass)private voidTestRunner. init(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder annotationFinder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners)private voidTestRunner. initMetaGroups(XmlTest xmlTest)Initialize meta groupsprivate voidTestRunner. initRunInfo(XmlTest xmlTest)TestRunnerITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)default TestRunnerITestRunnerFactory. 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 newTestRunnerdefault TestRunnerITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)Produces a newTestRunnerTestRunnerSuiteRunner.DefaultTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)TestRunnerSuiteRunner.DefaultTestRunnerFactory. 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)TestRunnerSuiteRunner.DefaultTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)TestRunnerSuiteRunner.ProxyTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)TestRunnerSuiteRunner.ProxyTestRunnerFactory. 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)TestRunnerSuiteRunner.ProxyTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.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 XmlTest Constructor Description TestClass(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass, java.lang.String errorMsgPrefix)TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners)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, DataProviderHolder otherHolder) -
Uses of XmlTest in org.testng.internal
Fields in org.testng.internal declared as XmlTest Modifier and Type Field Description private XmlTestBaseTestMethod. m_xmlTestprivate XmlTestNoOpTestClass. m_xmlTestMethods 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 private static java.util.Map<java.lang.String,java.util.Set<java.lang.String>>BaseTestMethod. 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 java.lang.ObjectInstanceCreator. createInstance(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, java.lang.String errorMsgPrefix)static java.lang.ObjectInstanceCreator. createInstanceUsingObjectFactory(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, IObjectFactory factory, boolean create, java.lang.String errorMsgPrefix)private static java.util.Collection<XmlClass>ClassHelper. findClassesInSameTest(java.lang.Class<?> cls, XmlTest xmlTest)private java.lang.StringTestNGMethod. findDescription(ITestAnnotation testAnnotation, XmlTest xmlTest)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)private static java.lang.String[]FactoryMethod. getAllGroups(java.lang.Class<?> declaringClass, XmlTest xmlTest, IAnnotationFinder annotationFinder)ITestNGMethod[]TestNGMethodFinder. getTestMethods(java.lang.Class<?> clazz, XmlTest xmlTest)private voidTestNGMethod. init(XmlTest xmlTest)private static java.lang.ObjectInstanceCreator. instantiateUsingDefaultConstructor(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IObjectFactory factory)private static java.lang.ObjectInstanceCreator. instantiateUsingParameterizedConstructor(IAnnotationFinder finder, java.lang.reflect.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 XmlTest Constructor Description TestNGMethod(java.lang.reflect.Method method, IAnnotationFinder finder, boolean initialize, XmlTest xmlTest, java.lang.Object instance)TestNGMethod(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) -
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.reporters
Methods in org.testng.reporters with parameters of type XmlTest Modifier and Type Method Description private java.util.List<XmlClass>FailedReporter. createXmlClasses(java.util.List<ITestNGMethod> methods, XmlTest srcXmlTest)private voidFailedReporter. createXmlTest(ITestContext context, java.util.List<ITestNGMethod> methods, XmlTest srcXmlTest)Generate testng-failed.xmlprivate static java.util.Map<java.lang.String,java.lang.String>FailedReporter. findMethodLocalParameters(XmlTest srcXmlTest, ITestNGMethod method)Get local parameters of one include method from origin test xml.private voidFailedReporter. generateXmlTest(XmlTest xmlTest, ITestContext context, java.util.Set<ITestResult> failedTests, java.util.Set<ITestResult> skippedTests) -
Uses of XmlTest in org.testng.xml
Fields in org.testng.xml declared as XmlTest Modifier and Type Field Description private XmlTestTestNGContentHandler. m_currentTestprivate XmlTestXmlClass. m_xmlTestFields in org.testng.xml with type parameters of type XmlTest Modifier and Type Field Description private java.util.List<XmlTest>XmlSuite. m_testsTests in suite.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.StringDefaultXmlWeaver. asXml(XmlTest xmlTest, java.lang.String indent)java.lang.StringIWeaveXml. asXml(XmlTest xmlTest, java.lang.String indent)Helps represent the contents ofXmlTestas a String.(package private) static java.lang.StringXmlWeaver. 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
Fields in org.testng.xml.internal with type parameters of type XmlTest Modifier and Type Field Description private java.util.List<XmlTest>TestNamesMatcher. matchedTestsMethods in org.testng.xml.internal that return types with arguments of type XmlTest Modifier and Type Method Description java.util.List<XmlTest>TestNamesMatcher. getMatchedTests()Method parameters in org.testng.xml.internal with type arguments of type XmlTest Modifier and Type Method Description private static XmlSuiteTestNamesMatcher. cleanClone(XmlSuite xmlSuite, java.util.List<XmlTest> tests)
-