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.
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
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. -
Uses of OutputDirectoryProvider in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return OutputDirectoryProviderModifier and TypeMethodDescriptionTestPlan.getOutputDirectoryProvider()Deprecated, for removal: This API element is subject to removal in a future version.Please useTestPlan.getOutputDirectoryCreator()instead -
Uses of OutputDirectoryProvider in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core with parameters of type OutputDirectoryProviderModifier and TypeMethodDescriptionLauncherDiscoveryRequestBuilder.outputDirectoryProvider(OutputDirectoryProvider outputDirectoryProvider) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OutputDirectoryProvider in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type OutputDirectoryProviderModifier and TypeMethodDescriptionEngineTestKit.Builder.outputDirectoryProvider(OutputDirectoryProvider outputDirectoryProvider) Deprecated, for removal: This API element is subject to removal in a future version.Please useEngineTestKit.Builder.outputDirectoryCreator(OutputDirectoryCreator)instead
EngineDiscoveryRequest.getOutputDirectoryCreator()instead