Uses of Class
org.junit.platform.engine.reporting.FileEntry
Packages that use FileEntry
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 Open Test Reporting compatible XML event reports.
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of FileEntry in org.junit.platform.engine
Methods in org.junit.platform.engine with parameters of type FileEntryModifier and TypeMethodDescriptiondefault void
EngineExecutionListener.fileEntryPublished
(TestDescriptor testDescriptor, FileEntry file) Can be called for anyTestDescriptor
in order to attach a file to a test or container — for example: Screenshots Logs Output files written by the code under test -
Uses of FileEntry in org.junit.platform.engine.reporting
Methods in org.junit.platform.engine.reporting that return FileEntry -
Uses of FileEntry in org.junit.platform.jfr
Methods in org.junit.platform.jfr with parameters of type FileEntryModifier and TypeMethodDescriptionvoid
FlightRecordingExecutionListener.fileEntryPublished
(TestIdentifier testIdentifier, FileEntry file) -
Uses of FileEntry in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type FileEntryModifier and TypeMethodDescriptiondefault void
TestExecutionListener.fileEntryPublished
(TestIdentifier testIdentifier, FileEntry file) Called when a file or directory has been published for the suppliedTestIdentifier
. -
Uses of FileEntry in org.junit.platform.reporting.open.xml
Methods in org.junit.platform.reporting.open.xml with parameters of type FileEntryModifier and TypeMethodDescriptionvoid
OpenTestReportGeneratingListener.fileEntryPublished
(TestIdentifier testIdentifier, FileEntry entry) -
Uses of FileEntry in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type FileEntryModifier and TypeMethodDescriptionstatic Event
Event.fileEntryPublished
(TestDescriptor testDescriptor, FileEntry file) void
ExecutionRecorder.fileEntryPublished
(TestDescriptor testDescriptor, FileEntry file) Method parameters in org.junit.platform.testkit.engine with type arguments of type FileEntry