net.masterthought.cucumber.charts
Class JsChartUtil

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

public class JsChartUtil
extends Object


Constructor Summary
JsChartUtil()
           
 
Method Summary
static String generateTagChartData(List<TagObject> tagObjectList)
           
 List<String> orderScenariosByValue(int numberTotalPassed, int numberTotalFailed)
           
 List<String> orderStepsByValue(int numberTotalPassed, int numberTotalFailed, int numberTotalSkipped, int numberTotalPending)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsChartUtil

public JsChartUtil()
Method Detail

orderStepsByValue

public List<String> orderStepsByValue(int numberTotalPassed,
                                      int numberTotalFailed,
                                      int numberTotalSkipped,
                                      int numberTotalPending)

orderScenariosByValue

public List<String> orderScenariosByValue(int numberTotalPassed,
                                          int numberTotalFailed)

generateTagChartData

public static String generateTagChartData(List<TagObject> tagObjectList)


Copyright © 2012. All Rights Reserved.