Class FeatureReader
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.features.FeatureReader
-
public class FeatureReader extends Object
Reads the feature files and extracts Gremlin to aMap
structure of the test name as the key with aList
of Gremlin strings for the value.
-
-
Constructor Summary
Constructors Constructor Description FeatureReader()
-
-
-
Method Detail
-
parse
public static Map<String,List<String>> parse(String projectRoot) throws IOException
- Throws:
IOException
-
-