net.masterthought.cucumber
Class ReportParser

java.lang.Object
  extended by net.masterthought.cucumber.ReportParser

public class ReportParser
extends Object


Constructor Summary
ReportParser(List<String> jsonReportFiles)
           
 
Method Summary
 Map<String,List<Feature>> getFeatures()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportParser

public ReportParser(List<String> jsonReportFiles)
             throws IOException
Throws:
IOException
Method Detail

getFeatures

public Map<String,List<Feature>> getFeatures()


Copyright © 2012. All Rights Reserved.