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 void
EngineExecutionListener.reportingEntryPublished
(TestDescriptor testDescriptor, ReportEntry entry) Can be called for anyTestDescriptor
in order to publish additional information to the reporting infrastructure — for example: Output that would otherwise go toSystem.out
Information 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 ReportEntry
Factory for creating a newReportEntry
from a key-value pair.static ReportEntry
Factory for creating a newReportEntry
from a map of key-value pairs.