Uses of Class
org.testng.xml.XmlClass
Packages that use XmlClass
Package
Description
-
Uses of XmlClass in org.testng
Fields in org.testng declared as XmlClassFields in org.testng with type parameters of type XmlClassMethods in org.testng that return XmlClassMethods in org.testng with parameters of type XmlClassModifier and TypeMethodDescriptionprivate voidTestClass.init(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass) Constructors in org.testng with parameters of type XmlClassModifierConstructorDescriptionprotectedTestClass(ITestObjectFactory objectFactory, IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass, String errorMsgPrefix) -
Uses of XmlClass in org.testng.internal
Fields in org.testng.internal declared as XmlClassModifier and TypeFieldDescriptionprivate final XmlClassClassImpl.m_xmlClassprivate final XmlClassNoOpTestClass.m_xmlClassFields in org.testng.internal with type parameters of type XmlClassMethods in org.testng.internal that return XmlClassModifier and TypeMethodDescriptionstatic XmlClass[]ClassHelper.findClassesInSameTest(Class<?> cls, XmlSuite suite) ClassImpl.getXmlClass()ClassInfoMap.getXmlClass(Class<?> cls) NoOpTestClass.getXmlClass()Methods in org.testng.internal that return types with arguments of type XmlClassModifier and TypeMethodDescriptionprivate static Comparator<XmlClass> DynamicGraphHelper.classComparator()private static Collection<XmlClass> ClassHelper.findClassesInSameTest(Class<?> cls, XmlTest xmlTest) Methods in org.testng.internal with parameters of type XmlClassModifier and TypeMethodDescriptionprivate booleanTestNGMethod.classNameMatcher(XmlClass xmlClass) XmlMethodSelector.createQualifiedMethodNames(XmlClass xmlClass, List<String> methods) protected IClassBaseClassFinder.findOrCreateIClass(ITestContext context, Class<?> cls, XmlClass xmlClass, Object instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) voidprivate voidClassInfoMap.registerClass(Class<?> cl, XmlClass xmlClass) Method parameters in org.testng.internal with type arguments of type XmlClassConstructors in org.testng.internal with parameters of type XmlClassModifierConstructorDescriptionClassImpl(ITestContext context, Class<?> cls, XmlClass xmlClass, Object instance, Map<Class<?>, IClass> classes, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) Constructor parameters in org.testng.internal with type arguments of type XmlClassModifierConstructorDescriptionClassInfoMap(List<XmlClass> classes) ClassInfoMap(List<XmlClass> classes, boolean includeNested) -
Uses of XmlClass in org.testng.junit
Methods in org.testng.junit that return XmlClass -
Uses of XmlClass in org.testng.reporters
Methods in org.testng.reporters that return types with arguments of type XmlClassModifier and TypeMethodDescriptionFailedReporter.createXmlClasses(List<ITestNGMethod> methods, XmlTest srcXmlTest) -
Uses of XmlClass in org.testng.xml
Fields in org.testng.xml declared as XmlClassModifier and TypeFieldDescriptionprivate XmlClassTestNGContentHandler.m_currentClassprivate XmlClassXmlInclude.m_xmlClassFields in org.testng.xml with type parameters of type XmlClassModifier and TypeFieldDescriptionTestNGContentHandler.m_currentClassesXmlPackage.m_xmlClassesXmlTest.m_xmlClassesMethods in org.testng.xml that return types with arguments of type XmlClassModifier and TypeMethodDescriptionXmlTest.getClasses()XmlPackage.getXmlClasses()XmlTest.getXmlClasses()XmlPackage.initializeXmlClasses()Methods in org.testng.xml with parameters of type XmlClassMethod parameters in org.testng.xml with type arguments of type XmlClassModifier and TypeMethodDescriptionvoidXmlTest.setClasses(List<XmlClass> c) voidXmlTest.setXmlClasses(List<XmlClass> classes) Sets the XML Classes. -
Uses of XmlClass in org.testng.xml.internal
Methods in org.testng.xml.internal that return types with arguments of type XmlClass