Uses of Class
org.testng.reporters.jq.Model
-
Packages that use Model Package Description org.testng.reporters.jq -
-
Uses of Model in org.testng.reporters.jq
Fields in org.testng.reporters.jq declared as Model Modifier and Type Field Description private ModelBasePanel. m_modelprivate ModelMain. m_modelMethods in org.testng.reporters.jq that return Model Modifier and Type Method Description protected ModelBasePanel. getModel()Constructors in org.testng.reporters.jq with parameters of type Model Constructor Description BannerPanel(Model model)BaseMultiSuitePanel(Model model)BasePanel(Model model)ChronologicalPanel(Model model)GroupPanel(Model model)IgnoredMethodsPanel(Model model)NavigatorPanel(Model model, java.util.List<INavigatorPanel> panels)ReporterPanel(Model model)SuitePanel(Model model)TestNgXmlPanel(Model model)TestPanel(Model model)TimesPanel(Model model)
-