Uses of Class
org.junit.platform.engine.reporting.FileEntry
-
Packages that use FileEntry Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.platform.console.output Output printing utility classes of JUnit's console launcher.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.org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.runner Runnerand annotations for configuring and executing tests on the JUnit Platform in a JUnit 4 environment.org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEnginerunning 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 Modifier and Type Method Description private voidAbstractExtensionContext. publishFileEntry(java.lang.String name, org.junit.jupiter.api.function.ThrowingConsumer<java.nio.file.Path> action, java.util.function.Function<java.nio.file.Path,FileEntry> fileEntryCreator) -
Uses of FileEntry in org.junit.platform.console.output
Fields in org.junit.platform.console.output with type parameters of type FileEntry Modifier and Type Field Description (package private) java.util.Queue<FileEntry>TreeNode. filesMethods in org.junit.platform.console.output with parameters of type FileEntry Modifier and Type Method Description (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(java.lang.String indent, FileEntry fileEntry) -
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. -
Uses of FileEntry in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type FileEntry Modifier and Type Method Description default 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 FileEntry Modifier and Type Method Description voidCompositeEngineExecutionListener. 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 FileEntry Modifier and Type Method Description voidJUnitPlatformRunnerListener. 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 FileEntry Modifier and Type Method Description static 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 Modifier and Type Method Description static org.assertj.core.api.Condition<Event>EventConditions. fileEntry(java.util.function.Predicate<FileEntry> predicate)
-