Uses of Class
org.junit.platform.engine.reporting.ReportEntry
Packages that use ReportEntry
Package
Description
Internal execution tasks for JUnit's console launcher.
Public API for test engines.
Classes used by test engines to report additional data to execution
listeners.
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.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.
Runner
and annotations for configuring and executing tests on the
JUnit Platform in a JUnit 4 environment.Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of ReportEntry in org.junit.platform.console.tasks
Fields in org.junit.platform.console.tasks with type parameters of type ReportEntryMethods in org.junit.platform.console.tasks with parameters of type ReportEntryModifier and TypeMethodDescription(package private) TreeNode
TreeNode.addReportEntry
(ReportEntry reportEntry) private void
TreePrinter.printReportEntry
(String indent, ReportEntry reportEntry) void
FlatPrintingListener.reportingEntryPublished
(TestIdentifier testIdentifier, ReportEntry entry) void
TreePrintingListener.reportingEntryPublished
(TestIdentifier testIdentifier, ReportEntry entry) void
VerboseTreePrintingListener.reportingEntryPublished
(TestIdentifier testIdentifier, ReportEntry entry) -
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. -
Uses of ReportEntry in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type ReportEntryModifier 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.launcher.core
Fields in org.junit.platform.launcher.core with type parameters of type ReportEntryModifier and TypeFieldDescriptionprivate final BiConsumer
<TestIdentifier, ReportEntry> StreamInterceptingTestExecutionListener.reporter
Methods in org.junit.platform.launcher.core with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
CompositeEngineExecutionListener.reportingEntryPublished
(TestDescriptor testDescriptor, ReportEntry entry) void
CompositeTestExecutionListener.reportingEntryPublished
(TestIdentifier testIdentifier, ReportEntry entry) void
DelegatingEngineExecutionListener.reportingEntryPublished
(TestDescriptor testDescriptor, ReportEntry entry) void
ExecutionListenerAdapter.reportingEntryPublished
(TestDescriptor testDescriptor, ReportEntry entry) Method parameters in org.junit.platform.launcher.core with type arguments of type ReportEntryModifier and TypeMethodDescription(package private) static Optional
<StreamInterceptingTestExecutionListener> StreamInterceptingTestExecutionListener.create
(ConfigurationParameters configurationParameters, BiConsumer<TestIdentifier, ReportEntry> reporter) Constructor parameters in org.junit.platform.launcher.core with type arguments of type ReportEntryModifierConstructorDescriptionprivate
StreamInterceptingTestExecutionListener
(Optional<StreamInterceptor> stdoutInterceptor, Optional<StreamInterceptor> stderrInterceptor, BiConsumer<TestIdentifier, ReportEntry> reporter) -
Uses of ReportEntry in org.junit.platform.reporting.legacy.xml
Fields in org.junit.platform.reporting.legacy.xml with type parameters of type ReportEntryModifier and TypeFieldDescriptionprivate final Map
<TestIdentifier, List<ReportEntry>> XmlReportData.reportEntries
Methods in org.junit.platform.reporting.legacy.xml that return types with arguments of type ReportEntryModifier and TypeMethodDescription(package private) List
<ReportEntry> XmlReportData.getReportEntries
(TestIdentifier testIdentifier) Methods in org.junit.platform.reporting.legacy.xml with parameters of type ReportEntryModifier and TypeMethodDescription(package private) void
XmlReportData.addReportEntry
(TestIdentifier testIdentifier, ReportEntry entry) void
LegacyXmlReportGeneratingListener.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 TypeMethodDescriptionvoid
OpenTestReportGeneratingListener.reportingEntryPublished
(TestIdentifier testIdentifier, ReportEntry entry) -
Uses of ReportEntry in org.junit.platform.runner
Methods in org.junit.platform.runner with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
JUnitPlatformRunnerListener.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 Event
Event.reportingEntryPublished
(TestDescriptor testDescriptor, ReportEntry entry) void
ExecutionRecorder.reportingEntryPublished
(TestDescriptor testDescriptor, ReportEntry entry) Record anEvent
for a publishedReportEntry
.