net.thucydides.core.reports.json
Class JSONTreeNode
java.lang.Object
net.thucydides.core.reports.json.JSONTreeNode
public class JSONTreeNode
- extends Object
Used to store data in JSON form to be displayed on the report dashboard.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONTreeNode
public JSONTreeNode(String id,
String name,
ColorScheme colorScheme)
getId
public String getId()
getName
public String getName()
getData
public Map<String,Object> getData()
getChildren
public List<JSONTreeNode> getChildren()
addFeature
public void addFeature(FeatureResults feature)
addTestOutcomesForTag
public void addTestOutcomesForTag(String tag,
TestOutcomes testOutcomes)
totalExecutedTestsIn
protected int totalExecutedTestsIn(FeatureResults feature)
totalStepsInExecutedTestsIn
protected int totalStepsInExecutedTestsIn(FeatureResults feature)
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.