java.lang.Object
org.junit.platform.reporting.open.xml.JUnitContributor
All Implemented Interfaces:
org.opentest4j.reporting.tooling.spi.htmlreport.Contributor

@API(status=INTERNAL, since="1.12") public class JUnitContributor extends Object implements org.opentest4j.reporting.tooling.spi.htmlreport.Contributor
Contributes a section containing JUnit-specific metadata for each test node to the open-test-reporting HTML report.
Since:
1.12
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.opentest4j.reporting.tooling.spi.htmlreport.Contributor

    org.opentest4j.reporting.tooling.spi.htmlreport.Contributor.Context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.opentest4j.reporting.tooling.spi.htmlreport.Section>
    contributeSectionsForTestNode(org.opentest4j.reporting.tooling.spi.htmlreport.Contributor.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.opentest4j.reporting.tooling.spi.htmlreport.Contributor

    contributeSectionsForExecution
  • Constructor Details

    • JUnitContributor

      public JUnitContributor()
  • Method Details

    • contributeSectionsForTestNode

      public List<org.opentest4j.reporting.tooling.spi.htmlreport.Section> contributeSectionsForTestNode(org.opentest4j.reporting.tooling.spi.htmlreport.Contributor.Context context)
      Specified by:
      contributeSectionsForTestNode in interface org.opentest4j.reporting.tooling.spi.htmlreport.Contributor