Uses of Class
net.masterthought.cucumber.TagObject

Packages that use TagObject
net.masterthought.cucumber   
net.masterthought.cucumber.charts   
 

Uses of TagObject in net.masterthought.cucumber
 

Methods in net.masterthought.cucumber that return types with arguments of type TagObject
 List<TagObject> ReportInformation.createOrAppendToTagMapByFeature(List<TagObject> tagMap, com.googlecode.totallylazy.Sequence<String> tagList, List<ScenarioTag> scenarioList)
           
 List<TagObject> ReportInformation.getTags()
           
 

Methods in net.masterthought.cucumber with parameters of type TagObject
 String ReportInformation.getTagReportStatusColour(TagObject tag)
           
 

Method parameters in net.masterthought.cucumber with type arguments of type TagObject
 List<TagObject> ReportInformation.createOrAppendToTagMapByFeature(List<TagObject> tagMap, com.googlecode.totallylazy.Sequence<String> tagList, List<ScenarioTag> scenarioList)
           
 

Uses of TagObject in net.masterthought.cucumber.charts
 

Method parameters in net.masterthought.cucumber.charts with type arguments of type TagObject
static String JsChartUtil.generateTagChartData(List<TagObject> tagObjectList)
           
static String JsChartUtil.generateTagChartDataForHighCharts(List<TagObject> tagObjectList)
           
static String JsChartUtil.getTags(List<TagObject> tagObjectList)
           
static String FlashChartBuilder.StackedColumnChart(List<TagObject> tagObjectList)
           
 



Copyright © 2014. All Rights Reserved.