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.
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
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. -
Uses of ReportEntry in org.junit.platform.jfr
Methods in org.junit.platform.jfr with parameters of type ReportEntryModifier and TypeMethodDescriptionvoidFlightRecordingExecutionListener.reportingEntryPublished(TestIdentifier test, ReportEntry reportEntry) -
Uses of ReportEntry in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type ReportEntryModifier and TypeMethodDescriptiondefault voidTestExecutionListener.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
Methods in org.junit.platform.reporting.legacy.xml with parameters of type ReportEntryModifier and TypeMethodDescriptionvoidLegacyXmlReportGeneratingListener.reportingEntryPublished(TestIdentifier testIdentifier, ReportEntry entry) -
Uses of ReportEntry in org.junit.platform.reporting.open.xml
Methods in org.junit.platform.reporting.open.xml with parameters of type ReportEntryModifier and TypeMethodDescriptionvoidOpenTestReportGeneratingListener.reportingEntryPublished(TestIdentifier testIdentifier, ReportEntry entry) -
Uses of ReportEntry in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type ReportEntryModifier and TypeMethodDescriptionstatic EventEvent.reportingEntryPublished(TestDescriptor testDescriptor, ReportEntry entry) voidExecutionRecorder.reportingEntryPublished(TestDescriptor testDescriptor, ReportEntry entry) Record anEventfor a publishedReportEntry.