org.testng.reporters.jq
Class BasePanel

java.lang.Object
  extended by org.testng.reporters.jq.BasePanel
All Implemented Interfaces:
IPanel
Direct Known Subclasses:
BannerPanel, BaseMultiSuitePanel, NavigatorPanel, SuitePanel

public abstract class BasePanel
extends Object
implements IPanel


Field Summary
static String C
           
static String D
           
static String S
           
 
Constructor Summary
BasePanel(Model model)
           
 
Method Summary
protected  Model getModel()
           
protected  List<ISuite> getSuites()
           
protected static String pluralize(int count, String singular)
           
protected static String suiteToTag(ISuite suite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.testng.reporters.jq.IPanel
generate
 

Field Detail

C

public static final String C
See Also:
Constant Field Values

D

public static final String D
See Also:
Constant Field Values

S

public static final String S
See Also:
Constant Field Values
Constructor Detail

BasePanel

public BasePanel(Model model)
Method Detail

getModel

protected Model getModel()

getSuites

protected List<ISuite> getSuites()

pluralize

protected static String pluralize(int count,
                                  String singular)

suiteToTag

protected static String suiteToTag(ISuite suite)


Copyright © 2012. All Rights Reserved.