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 classBaseMultiSuitePanelclassChronologicalPanelclassGroupPanelclassIgnoredMethodsPanelclassReporterPanelDisplay the reporter output for each test result.classTestNgXmlPanelclassTestPanelDisplay the list of <test> tags.classTimesPanelFields in org.testng.reporters.jq with type parameters of type INavigatorPanel Modifier and Type Field Description private java.util.List<INavigatorPanel>NavigatorPanel. m_panelsMethods in org.testng.reporters.jq with parameters of type INavigatorPanel Modifier and Type Method Description private voidNavigatorPanel. 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)
-