Skip to content

Commit 8eb38c2

Browse files
committed
Add Javadoc
1 parent e35de2e commit 8eb38c2

File tree

1 file changed

+7
-0
lines changed
  • junit-platform-launcher/src/main/java/org/junit/platform/launcher

1 file changed

+7
-0
lines changed

junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestPlan.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,13 @@ public ConfigurationParameters getConfigurationParameters() {
297297
return this.configurationParameters;
298298
}
299299

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")
300307
public OutputDirectoryProvider getOutputDirectoryProvider() {
301308
return this.outputDirectoryProvider;
302309
}

0 commit comments

Comments
 (0)