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_includedMethods
Methods in org.testng.internal with parameters of type XmlInclude Modifier and Type Method Description private boolean
TestNGMethod. 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_currentIncludedMethods
private java.util.List<XmlInclude>
XmlClass. m_includedMethods
Methods 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 void
XmlClass. setIncludedMethods(java.util.List<XmlInclude> includedMethods)
-