Class SurefireResultParser
java.lang.Object
org.opentestfactory.report.interpreter.base.application.result.SurefireResultParser
- All Implemented Interfaces:
AbstractResultParser
Class dedicated to parse Surefire Results when we do not have test reference. We look for all
testcases, and thus the logic is not identical to parsers with a Test Manager involved, even if
they process the same kind of files.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SurefireResultParser
public SurefireResultParser()
-
-
Method Details
-
parse
public List<org.opentestfactory.dto.v1.TestResultNotification.TestResult> parse(List<org.opentestfactory.dto.v1.ExecutionResult.Attachment> attachments) - Specified by:
parsein interfaceAbstractResultParser
-