org.silverpeas.chart.period
Class AbstractPeriodChartTest

java.lang.Object
  extended by org.silverpeas.chart.period.AbstractPeriodChartTest
Direct Known Subclasses:
PeriodChartItemTest, PeriodChartTest

public class AbstractPeriodChartTest
extends Object

Author:
Yohann Chastagnier

Constructor Summary
AbstractPeriodChartTest()
           
 
Method Summary
protected  String expJsChart(String title, String defaultPeriodType, String xLabel, String yLabel, org.json.JSONObject... expectedData)
           
protected  org.json.JSONObject expJsItem(String title, long expectedTime, long duration, boolean durationAsPrimitive, String periodType, Number... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPeriodChartTest

public AbstractPeriodChartTest()
Method Detail

expJsChart

protected String expJsChart(String title,
                            String defaultPeriodType,
                            String xLabel,
                            String yLabel,
                            org.json.JSONObject... expectedData)

expJsItem

protected org.json.JSONObject expJsItem(String title,
                                        long expectedTime,
                                        long duration,
                                        boolean durationAsPrimitive,
                                        String periodType,
                                        Number... values)


Copyright © 2016 Silverpeas. All Rights Reserved.