JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.testng.xml.XmlGroups
Packages that use
XmlGroups
Package
Description
org.testng.xml
Uses of
XmlGroups
in
org.testng.xml
Methods in
org.testng.xml
that return
XmlGroups
Modifier and Type
Method
Description
XmlGroups
XmlSuite.
getGroups
()
XmlGroups
XmlTest.
getXmlGroups
()
Methods in
org.testng.xml
with parameters of type
XmlGroups
Modifier and Type
Method
Description
void
XmlSuite.
setGroups
(
XmlGroups
xmlGroups)
void
XmlTest.
setGroups
(
XmlGroups
xmlGroups)