Uses of Interface
org.junit.platform.engine.reporting.OutputDirectoryProvider
-
Packages that use OutputDirectoryProvider Package Description 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.testkit.engine Test Kit for testing the execution of aTestEnginerunning on the JUnit Platform. -
-
Uses of OutputDirectoryProvider in org.junit.platform.engine
Methods in org.junit.platform.engine that return OutputDirectoryProvider Modifier and Type Method Description default OutputDirectoryProviderEngineDiscoveryRequest. getOutputDirectoryProvider()Deprecated.Please useEngineDiscoveryRequest.getOutputDirectoryCreator()insteadOutputDirectoryProviderExecutionRequest. getOutputDirectoryProvider()Deprecated.Please useExecutionRequest.getOutputDirectoryCreator()instead -
Uses of OutputDirectoryProvider in org.junit.platform.engine.reporting
Classes in org.junit.platform.engine.reporting that implement OutputDirectoryProvider Modifier and Type Class Description (package private) classOutputDirectoryProviderAdapterMethods in org.junit.platform.engine.reporting that return OutputDirectoryProvider Modifier and Type Method Description static 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 OutputDirectoryProvider Modifier and Type Method Description OutputDirectoryProviderTestPlan. getOutputDirectoryProvider()Deprecated.Please useTestPlan.getOutputDirectoryCreator()instead -
Uses of OutputDirectoryProvider in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return OutputDirectoryProvider Modifier and Type Method Description OutputDirectoryProviderDelegatingLauncherDiscoveryRequest. getOutputDirectoryProvider()Methods in org.junit.platform.launcher.core with parameters of type OutputDirectoryProvider Modifier and Type Method Description LauncherDiscoveryRequestBuilderLauncherDiscoveryRequestBuilder. outputDirectoryProvider(OutputDirectoryProvider outputDirectoryProvider)Deprecated. -
Uses of OutputDirectoryProvider in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type OutputDirectoryProvider Modifier and Type Method Description EngineTestKit.BuilderEngineTestKit.Builder. outputDirectoryProvider(OutputDirectoryProvider outputDirectoryProvider)Deprecated.Please useEngineTestKit.Builder.outputDirectoryCreator(OutputDirectoryCreator)instead
-