Class SurefireResultParser

java.lang.Object
org.opentestfactory.report.interpreter.base.application.result.SurefireResultParser
All Implemented Interfaces:
AbstractResultParser

public class SurefireResultParser extends Object implements 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 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:
      parse in interface AbstractResultParser