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 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.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.launcher.core
Fields in org.junit.platform.launcher.core with type parameters of type ReportEntryModifier and TypeFieldDescriptionprivate final BiConsumer<TestIdentifier, ReportEntry> StreamInterceptingTestExecutionListener.reporterMethods in org.junit.platform.launcher.core with parameters of type ReportEntryModifier and TypeMethodDescriptionvoidCompositeEngineExecutionListener.reportingEntryPublished(TestDescriptor testDescriptor, ReportEntry entry) voidCompositeTestExecutionListener.reportingEntryPublished(TestIdentifier testIdentifier, ReportEntry entry) voidDelegatingEngineExecutionListener.reportingEntryPublished(TestDescriptor testDescriptor, ReportEntry entry) voidExecutionListenerAdapter.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 ReportEntryModifierConstructorDescriptionprivateStreamInterceptingTestExecutionListener(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 TypeMethodDescriptionvoidJUnitPlatformRunnerListener.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.