Package org.testng.reporters.jq
Class TimesPanel
- java.lang.Object
-
- org.testng.reporters.jq.BasePanel
-
- org.testng.reporters.jq.BaseMultiSuitePanel
-
- org.testng.reporters.jq.TimesPanel
-
- All Implemented Interfaces:
INavigatorPanel
,IPanel
public class TimesPanel extends BaseMultiSuitePanel
-
-
Constructor Summary
Constructors Constructor Description TimesPanel(Model model)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContent(ISuite suite, XMLStringBuffer main)
java.lang.String
getHeader(ISuite suite)
java.lang.String
getNavigatorLink(ISuite suite)
java.lang.String
getPrefix()
private java.lang.String
js(ISuite suite)
private long
maxTime(ISuite suite)
private java.lang.String
prettyDuration(long totalTime)
private static java.lang.Long
time(ITestContext ctx)
private static long
time(ITestResult o1)
-
Methods inherited from class org.testng.reporters.jq.BaseMultiSuitePanel
generate, getClassName, getPanelName
-
Methods inherited from class org.testng.reporters.jq.BasePanel
getModel, getSuites, pluralize, suiteToTag
-
-
-
-
Constructor Detail
-
TimesPanel
public TimesPanel(Model model)
-
-
Method Detail
-
getPrefix
public java.lang.String getPrefix()
-
getHeader
public java.lang.String getHeader(ISuite suite)
- Specified by:
getHeader
in classBaseMultiSuitePanel
-
js
private java.lang.String js(ISuite suite)
-
getContent
public java.lang.String getContent(ISuite suite, XMLStringBuffer main)
- Specified by:
getContent
in classBaseMultiSuitePanel
-
prettyDuration
private java.lang.String prettyDuration(long totalTime)
-
getNavigatorLink
public java.lang.String getNavigatorLink(ISuite suite)
-
time
private static long time(ITestResult o1)
-
maxTime
private long maxTime(ISuite suite)
-
time
private static java.lang.Long time(ITestContext ctx)
-
-