Class FeatureReader
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.features.FeatureReader
 
 
- 
public class FeatureReader extends Object
Reads the feature files and extracts Gremlin to aMapstructure of the test name as the key with aListof 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
 
 - 
 
 -