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.ExecutionRequest.getOutputDirectoryProvider()Deprecated.Please useExecutionRequest.getOutputDirectoryCreator()instead -
Uses of OutputDirectoryProvider in org.junit.platform.engine.reporting
Classes in org.junit.platform.engine.reporting that implement OutputDirectoryProviderMethods in org.junit.platform.engine.reporting that return OutputDirectoryProviderModifier and TypeMethodDescriptionstatic OutputDirectoryProviderOutputDirectoryProvider.castOrAdapt(OutputDirectoryCreator outputDirectoryCreator) Deprecated.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.Please useTestPlan.getOutputDirectoryCreator()instead -
Uses of OutputDirectoryProvider in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return OutputDirectoryProviderModifier and TypeMethodDescriptionDelegatingLauncherDiscoveryRequest.getOutputDirectoryProvider()Methods in org.junit.platform.launcher.core with parameters of type OutputDirectoryProviderModifier and TypeMethodDescriptionLauncherDiscoveryRequestBuilder.outputDirectoryProvider(OutputDirectoryProvider outputDirectoryProvider) Deprecated. -
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.Please useEngineTestKit.Builder.outputDirectoryCreator(OutputDirectoryCreator)instead
EngineDiscoveryRequest.getOutputDirectoryCreator()instead