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
Constructor parameters in org.testng.reporters.jq with type arguments of type INavigatorPanel Constructor Description NavigatorPanel(Model model, java.util.List<INavigatorPanel> panels)
-