net.thucydides.core.reports.json
Class JSONResultTree

Package class diagram package JSONResultTree
java.lang.Object
  extended by net.thucydides.core.reports.json.JSONResultTree

public class JSONResultTree
extends Object


Constructor Summary
JSONResultTree()
           
 
Method Summary
 void addFeature(FeatureResults feature)
           
 void addTestOutcomesForTag(String tag, TestOutcomes testOutcomes)
           
 ColorScheme getColorScheme()
           
 String toJSON()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONResultTree

public JSONResultTree()
Method Detail

toJSON

public String toJSON()

addFeature

public void addFeature(FeatureResults feature)

getColorScheme

public ColorScheme getColorScheme()

addTestOutcomesForTag

public void addTestOutcomesForTag(String tag,
                                  TestOutcomes testOutcomes)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.