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.
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.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.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.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
.