Package com.github.cukedoctor.parser
Class FeatureParser
- java.lang.Object
-
- com.github.cukedoctor.parser.FeatureParser
-
public class FeatureParser extends Object
Created by pestano on 04/06/15.
-
-
Constructor Summary
Constructors Constructor Description FeatureParser()
-
-
-
Method Detail
-
parse
public static List<Feature> parse(String json)
- Parameters:
json- absolute path to cucumber json output file- Returns:
- list of cucumber features found in json output files
-
parse
public static List<Feature> parse(List<String> paths)
- Parameters:
paths- absolute paths to cucumber json output files- Returns:
- list of cucumber features found in json output files
-
parse
public static List<Feature> parse(String... paths)
- Parameters:
paths- absolute paths to cucumber json output files- Returns:
- list of cucumber features found in json output files
-
-