Package edu.hm.hafner.analysis.parser
Class RfLintParser
- java.lang.Object
-
- edu.hm.hafner.analysis.IssueParser
-
- edu.hm.hafner.analysis.parser.RfLintParser
-
- All Implemented Interfaces:
Serializable
public class RfLintParser extends IssueParser
A parser for Robot Framework. Parses output from robotframework-lint. To generate rflint file use:<pre> cmd$ pip install robotframework-lint cmd$ rflint path/to/test.robot </pre>- Author:
- traitanit, Bassam Khouri
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RfLintParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reportparse(ReaderFactory readerFactory)Parses the specified file for issues.-
Methods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
-
-
-
Method Detail
-
parse
public Report parse(ReaderFactory readerFactory)
Description copied from class:IssueParserParses the specified file for issues.- Specified by:
parsein classIssueParser- Parameters:
readerFactory- provides a reader to the reports- Returns:
- the issues
-
-