Uses of Interface
org.testng.reporters.jq.INavigatorPanel
-
Packages that use INavigatorPanel Package Description org.testng.reporters.jq -
-
Uses of INavigatorPanel in org.testng.reporters.jq
Classes in org.testng.reporters.jq that implement INavigatorPanel Modifier and Type Class Description class
BaseMultiSuitePanel
class
ChronologicalPanel
class
GroupPanel
class
IgnoredMethodsPanel
class
ReporterPanel
Display the reporter output for each test result.class
TestNgXmlPanel
class
TestPanel
Display the list of <test> tags.class
TimesPanel
Fields in org.testng.reporters.jq with type parameters of type INavigatorPanel Modifier and Type Field Description private java.util.List<INavigatorPanel>
NavigatorPanel. m_panels
Methods in org.testng.reporters.jq with parameters of type INavigatorPanel Modifier and Type Method Description private void
NavigatorPanel. addLinkTo(XMLStringBuffer header, INavigatorPanel panel, ISuite suite)
Constructor parameters in org.testng.reporters.jq with type arguments of type INavigatorPanel Constructor Description NavigatorPanel(Model model, java.util.List<INavigatorPanel> panels)
-