Uses of Class
org.testng.xml.XmlClass
Packages that use XmlClass
-
Uses of XmlClass in org.testng
Methods in org.testng that return XmlClass -
Uses of XmlClass in org.testng.internal
Methods 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 with parameters of type XmlClassModifier and TypeMethodDescriptionprotected IClass
BaseClassFinder.findOrCreateIClass
(ITestContext context, Class<?> cls, XmlClass xmlClass, Object instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) void
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.xml
Methods in org.testng.xml that return types with arguments of type XmlClassModifier and TypeMethodDescriptionXmlTest.getClasses()
XmlPackage.getXmlClasses()
XmlTest.getXmlClasses()
Methods in org.testng.xml with parameters of type XmlClassMethod parameters in org.testng.xml with type arguments of type XmlClassModifier and TypeMethodDescriptionvoid
XmlTest.setClasses
(List<XmlClass> c) void
XmlTest.setXmlClasses
(List<XmlClass> classes) Sets the XML Classes.