Uses of Class
org.testng.xml.XmlInclude
Packages that use XmlInclude
-
Uses of XmlInclude in org.testng.internal
Fields in org.testng.internal with type parameters of type XmlIncludeModifier and TypeFieldDescriptionprivate final ListMultiMap<String,
XmlInclude> XmlMethodSelector.m_includedMethods
Methods in org.testng.internal with parameters of type XmlIncludeModifier and TypeMethodDescriptionprivate boolean
TestNGMethod.methodNameMatcher
(XmlInclude xmlInclude) Method parameters in org.testng.internal with type arguments of type XmlInclude -
Uses of XmlInclude in org.testng.xml
Fields in org.testng.xml with type parameters of type XmlIncludeModifier and TypeFieldDescriptionprivate ArrayList<XmlInclude>
TestNGContentHandler.m_currentIncludedMethods
private List<XmlInclude>
XmlClass.m_includedMethods
Methods in org.testng.xml that return types with arguments of type XmlIncludeMethod parameters in org.testng.xml with type arguments of type XmlIncludeModifier and TypeMethodDescriptionvoid
XmlClass.setIncludedMethods
(List<XmlInclude> includedMethods)