Uses of Class
org.junit.platform.engine.reporting.FileEntry
Packages that use FileEntry
Package
Description
Output printing utility classes of 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.
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.console.output
Methods in org.junit.platform.console.output with parameters of type FileEntryModifier and TypeMethodDescriptionvoidFlatPrintingListener.fileEntryPublished(TestIdentifier testIdentifier, FileEntry file) voidTreePrintingListener.fileEntryPublished(TestIdentifier testIdentifier, FileEntry file) voidVerboseTreePrintingListener.fileEntryPublished(TestIdentifier testIdentifier, FileEntry file) -
Uses of FileEntry in org.junit.platform.engine
Methods in org.junit.platform.engine with parameters of type FileEntryModifier and TypeMethodDescriptiondefault voidEngineExecutionListener.fileEntryPublished(TestDescriptor testDescriptor, FileEntry fileEntry) Can be called for anyTestDescriptorin order to publish a file or directory by attaching it to a test or container — for example: Screenshots Logs Output files written by the code under test Test output directory -
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.launcher
Methods in org.junit.platform.launcher with parameters of type FileEntryModifier and TypeMethodDescriptiondefault voidTestExecutionListener.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 TypeMethodDescriptionvoidOpenTestReportGeneratingListener.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 EventEvent.fileEntryPublished(TestDescriptor testDescriptor, FileEntry file) voidExecutionRecorder.fileEntryPublished(TestDescriptor testDescriptor, FileEntry file) Method parameters in org.junit.platform.testkit.engine with type arguments of type FileEntry