Uses of Class
org.junit.platform.engine.reporting.FileEntry
-
Packages that use FileEntry Package Description org.junit.platform.engine Public API for test engines.org.junit.platform.engine.reporting 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 FileEntry Modifier and Type Method Description default 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 Modifier and Type Method Description static FileEntryFileEntry. from(java.nio.file.Path path, java.lang.String mediaType)Factory for creating a newFileEntryfrom the supplied path and media type.
-