Class JUnitContributor
java.lang.Object
org.junit.platform.reporting.open.xml.JUnitContributor
- All Implemented Interfaces:
org.opentest4j.reporting.tooling.spi.htmlreport.Contributor
-
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 -
Method Summary
Modifier and TypeMethodDescriptionList<org.opentest4j.reporting.tooling.spi.htmlreport.Section> contributeSectionsForTestNode(org.opentest4j.reporting.tooling.spi.htmlreport.Contributor.Context context) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
contributeSectionsForTestNodein interfaceorg.opentest4j.reporting.tooling.spi.htmlreport.Contributor
-