Uses of Class
org.junit.platform.engine.reporting.ReportEntry
Package
Description
Public API for test engines.
Classes used by test engines to report additional data to execution
listeners.
Java Flight Recorder support package.
Public API for configuring and launching test plans.
Support for generating XML reports using a format which is compatible with
the de facto standard for JUnit 4 based test reports that was made popular
by the Ant build system.
Support for generating Open Test Reporting compatible XML event reports.
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of ReportEntry in org.junit.platform.engine
Modifier 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
Modifier 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. -
Uses of ReportEntry in org.junit.platform.jfr
Modifier and TypeMethodDescriptionvoid
FlightRecordingExecutionListener.reportingEntryPublished
(TestIdentifier test, ReportEntry reportEntry) -
Uses of ReportEntry in org.junit.platform.launcher
Modifier and TypeMethodDescriptiondefault void
TestExecutionListener.reportingEntryPublished
(TestIdentifier testIdentifier, ReportEntry entry) Called when additional test reporting data has been published for the suppliedTestIdentifier
. -
Uses of ReportEntry in org.junit.platform.reporting.legacy.xml
Modifier and TypeMethodDescriptionvoid
LegacyXmlReportGeneratingListener.reportingEntryPublished
(TestIdentifier testIdentifier, ReportEntry entry) -
Uses of ReportEntry in org.junit.platform.reporting.open.xml
Modifier and TypeMethodDescriptionvoid
OpenTestReportGeneratingListener.reportingEntryPublished
(TestIdentifier testIdentifier, ReportEntry entry) -
Uses of ReportEntry in org.junit.platform.testkit.engine
Modifier and TypeMethodDescriptionstatic Event
Event.reportingEntryPublished
(TestDescriptor testDescriptor, ReportEntry entry) void
ExecutionRecorder.reportingEntryPublished
(TestDescriptor testDescriptor, ReportEntry entry) Record anEvent
for a publishedReportEntry
.