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_includedMethodsMethods in org.testng.internal with parameters of type XmlIncludeModifier and TypeMethodDescriptionprivate booleanTestNGMethod.methodNameMatcher(XmlInclude xmlInclude) Method parameters in org.testng.internal with type arguments of type XmlInclude -
Uses of XmlInclude in org.testng.reporters
Methods in org.testng.reporters that return types with arguments of type XmlIncludeModifier and TypeMethodDescriptionprivate static List<XmlInclude> FailedReporter.asXmlIncludes(List<ITestNGMethod> methods, XmlTest srcXmlTest) -
Uses of XmlInclude in org.testng.xml
Fields in org.testng.xml with type parameters of type XmlIncludeModifier and TypeFieldDescriptionprivate ArrayList<XmlInclude> TestNGContentHandler.m_currentIncludedMethodsprivate List<XmlInclude> XmlClass.m_includedMethodsMethods in org.testng.xml that return types with arguments of type XmlIncludeMethod parameters in org.testng.xml with type arguments of type XmlIncludeModifier and TypeMethodDescriptionvoidXmlClass.setIncludedMethods(List<XmlInclude> includedMethods)