Class JUnitParser


@Extension public class JUnitParser extends TestResultParser
Parse some JUnit xml files and generate a TestResult containing all the results parsed.
  • Constructor Details

    • JUnitParser

      @Deprecated public JUnitParser()
      Deprecated.
      Generally unused, but present for extension compatibility.
    • JUnitParser

      @Deprecated public JUnitParser(boolean keepLongStdio)
      Deprecated.
      Parameters:
      keepLongStdio - if true, retain a suite's complete stdout/stderr even if this is huge and the suite passed
      Since:
      1.358
    • JUnitParser

      @Deprecated public JUnitParser(boolean keepLongStdio, boolean allowEmptyResults)
      Deprecated.
      Parameters:
      keepLongStdio - if true, retain a suite's complete stdout/stderr even if this is huge and the suite passed
      allowEmptyResults - if true, empty results are allowed
      Since:
      1.10
    • JUnitParser

      @Deprecated public JUnitParser(boolean keepLongStdio, boolean keepProperties, boolean allowEmptyResults, boolean skipOldReports)
      Deprecated.
    • JUnitParser

      @Deprecated public JUnitParser(StdioRetention stdioRetention, boolean keepProperties, boolean allowEmptyResults, boolean skipOldReports)
      Deprecated.
    • JUnitParser

      public JUnitParser(StdioRetention stdioRetention, boolean keepProperties, boolean allowEmptyResults, boolean skipOldReports, boolean keepTestNames)
  • Method Details