Uses of Interface
org.junit.platform.engine.reporting.OutputDirectoryProvider
Packages that use OutputDirectoryProvider
Package
Description
Public API for test engines.
Classes used by test engines to report additional data to execution
listeners.
-
Uses of OutputDirectoryProvider in org.junit.platform.engine
Methods in org.junit.platform.engine that return OutputDirectoryProviderModifier and TypeMethodDescriptiondefault OutputDirectoryProviderEngineDiscoveryRequest.getOutputDirectoryProvider()Deprecated, for removal: This API element is subject to removal in a future version.ExecutionRequest.getOutputDirectoryProvider()Deprecated, for removal: This API element is subject to removal in a future version.Please useExecutionRequest.getOutputDirectoryCreator()instead -
Uses of OutputDirectoryProvider in org.junit.platform.engine.reporting
Methods in org.junit.platform.engine.reporting that return OutputDirectoryProviderModifier and TypeMethodDescriptionstatic OutputDirectoryProviderOutputDirectoryProvider.castOrAdapt(OutputDirectoryCreator outputDirectoryCreator) Deprecated, for removal: This API element is subject to removal in a future version.Cast or adapt anOutputDirectoryCreatorto aOutputDirectoryProvider.
EngineDiscoveryRequest.getOutputDirectoryCreator()instead