net.masterthought.cucumber.charts
Class FlashChartBuilder
java.lang.Object
net.masterthought.cucumber.charts.FlashChartBuilder
public class FlashChartBuilder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlashChartBuilder
public FlashChartBuilder()
donutChart
public static String donutChart(int total_passed,
int total_failed,
int total_skipped,
int total_pending)
pieChart
public static String pieChart(int total_passed,
int total_failed)
StackedColumnChart
public static String StackedColumnChart(List<TagObject> tagObjectList)
Copyright © 2012. All Rights Reserved.