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 IClassBaseClassFinder.findOrCreateIClass(ITestContext context, Class<?> cls, XmlClass xmlClass, IObject.IdentifiableObject instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) voidMethod 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, IObject.IdentifiableObject 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.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 TypeMethodDescriptionvoidXmlTest.setClasses(List<XmlClass> c) voidXmlTest.setXmlClasses(List<XmlClass> classes) Sets the XML Classes.