@Component public class ReporterParser extends Object
| Constructor and Description |
|---|
ReporterParser() |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
parseJsonResult(String results)
Parse the results from the generated cucumber report
|
Map<String,Feature> |
parseJsonResultSet(String results) |
public List<Feature> parseJsonResult(String results) throws IOException
results - IOExceptioncom.fasterxml.jackson.databind.JsonMappingExceptioncom.fasterxml.jackson.core.JsonParseExceptionFileNotFoundExceptionpublic Map<String,Feature> parseJsonResultSet(String results) throws IOException
IOExceptionCopyright © 2019 VILT Group. All rights reserved.