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.
-
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 file) Can be called for anyTestDescriptorin 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