org.silverpeas.chart.pie
Class AbstractPieChartTest

java.lang.Object
  extended by org.silverpeas.chart.pie.AbstractPieChartTest
Direct Known Subclasses:
PieChartItemTest, PieChartTest

public class AbstractPieChartTest
extends Object

Author:
Yohann Chastagnier

Constructor Summary
AbstractPieChartTest()
           
 
Method Summary
protected  org.json.JSONObject expJsChart(String title, org.json.JSONObject... expectedData)
           
protected  org.json.JSONObject expJsItem(String title)
           
protected  org.json.JSONObject expJsItem(String title, String label, Number value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPieChartTest

public AbstractPieChartTest()
Method Detail

expJsChart

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

expJsItem

protected org.json.JSONObject expJsItem(String title,
                                        String label,
                                        Number value)

expJsItem

protected org.json.JSONObject expJsItem(String title)


Copyright © 2016 Silverpeas. All Rights Reserved.