Uses of Class
org.junit.platform.engine.reporting.ReportEntry
Packages that use ReportEntry
Package
Description
Public API for test engines.
Classes used by test engines to report additional data to execution
listeners.
-
Uses of ReportEntry in org.junit.platform.engine
Methods in org.junit.platform.engine with parameters of type ReportEntryModifier and TypeMethodDescriptiondefault voidEngineExecutionListener.reportingEntryPublished(TestDescriptor testDescriptor, ReportEntry entry) Can be called for anyTestDescriptorin order to publish additional information to the reporting infrastructure — for example: Output that would otherwise go toSystem.outInformation about test context or test data -
Uses of ReportEntry in org.junit.platform.engine.reporting
Methods in org.junit.platform.engine.reporting that return ReportEntryModifier and TypeMethodDescriptionstatic ReportEntryFactory for creating a newReportEntryfrom a key-value pair.static ReportEntryFactory for creating a newReportEntryfrom a map of key-value pairs.