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
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(ReaderFactory readerFactory) Parses the specified file for issues.Methods inherited from class edu.hm.hafner.analysis.IssueParser
accepts, equalsIgnoreCase, isXmlFile, parseFile
-
Constructor Details
-
RfLintParser
public RfLintParser()
-
-
Method Details
-
parse
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
-