Uses of Class
org.testng.xml.XmlInclude
-
Packages that use XmlInclude Package Description org.testng.internal org.testng.xml -
-
Uses of XmlInclude in org.testng.internal
Fields in org.testng.internal with type parameters of type XmlInclude Modifier and Type Field Description private ListMultiMap<java.lang.String,XmlInclude>XmlMethodSelector. m_includedMethodsMethods in org.testng.internal with parameters of type XmlInclude Modifier and Type Method Description private booleanTestNGMethod. methodNameMatcher(XmlInclude xmlInclude)Method parameters in org.testng.internal with type arguments of type XmlInclude Modifier and Type Method Description private static java.util.List<java.lang.String>XmlMethodSelector. toStringList(java.util.List<XmlInclude> methods) -
Uses of XmlInclude in org.testng.xml
Fields in org.testng.xml with type parameters of type XmlInclude Modifier and Type Field Description private java.util.ArrayList<XmlInclude>TestNGContentHandler. m_currentIncludedMethodsprivate java.util.List<XmlInclude>XmlClass. m_includedMethodsMethods in org.testng.xml that return types with arguments of type XmlInclude Modifier and Type Method Description java.util.List<XmlInclude>XmlClass. getIncludedMethods()Method parameters in org.testng.xml with type arguments of type XmlInclude Modifier and Type Method Description voidXmlClass. setIncludedMethods(java.util.List<XmlInclude> includedMethods)
-