Uses of Class
org.junit.platform.engine.reporting.FileEntry
Packages that use FileEntry
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
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.
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 FileEntry in org.junit.jupiter.engine.descriptor
Method parameters in org.junit.jupiter.engine.descriptor with type arguments of type FileEntry -
Uses of FileEntry in org.junit.platform.console.output
Fields in org.junit.platform.console.output with type parameters of type FileEntryMethods in org.junit.platform.console.output with parameters of type FileEntryModifier and TypeMethodDescription(package private) TreeNodeTreeNode.addFileEntry(FileEntry file) voidFlatPrintingListener.fileEntryPublished(TestIdentifier testIdentifier, FileEntry file) voidTreePrintingListener.fileEntryPublished(TestIdentifier testIdentifier, FileEntry file) voidVerboseTreePrintingListener.fileEntryPublished(TestIdentifier testIdentifier, FileEntry file) private voidTreePrinter.printFileEntry(String indent, FileEntry fileEntry) -
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.launcher.core
Methods in org.junit.platform.launcher.core with parameters of type FileEntryModifier and TypeMethodDescriptionvoidCompositeEngineExecutionListener.fileEntryPublished(TestDescriptor testDescriptor, FileEntry file) voidCompositeTestExecutionListener.fileEntryPublished(TestIdentifier testIdentifier, FileEntry file) voidDelegatingEngineExecutionListener.fileEntryPublished(TestDescriptor testDescriptor, FileEntry file) voidExecutionListenerAdapter.fileEntryPublished(TestDescriptor testDescriptor, FileEntry file) -
Uses of FileEntry in org.junit.platform.runner
Methods in org.junit.platform.runner with parameters of type FileEntryModifier and TypeMethodDescriptionvoidJUnitPlatformRunnerListener.fileEntryPublished(TestIdentifier testIdentifier, FileEntry file) -
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