net.masterthought.cucumber.charts
Class FlashChartBuilder

java.lang.Object
  extended by net.masterthought.cucumber.charts.FlashChartBuilder

public class FlashChartBuilder
extends Object


Constructor Summary
FlashChartBuilder()
           
 
Method Summary
static String donutChart(int total_passed, int total_failed, int total_skipped, int total_pending)
           
static String pieChart(int total_passed, int total_failed)
           
static String StackedColumnChart(List<TagObject> tagObjectList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashChartBuilder

public FlashChartBuilder()
Method Detail

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 © 2014. All Rights Reserved.