We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35de2e commit 8eb38c2Copy full SHA for 8eb38c2
junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestPlan.java
@@ -297,6 +297,13 @@ public ConfigurationParameters getConfigurationParameters() {
297
return this.configurationParameters;
298
}
299
300
+ /**
301
+ * Get the {@link OutputDirectoryProvider} for this test plan.
302
+ *
303
+ * @return the output directory provider; never {@code null}
304
+ * @since 1.12
305
+ */
306
+ @API(status = EXPERIMENTAL, since = "1.12")
307
public OutputDirectoryProvider getOutputDirectoryProvider() {
308
return this.outputDirectoryProvider;
309
0 commit comments