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 8eb38c2 commit 875799dCopy full SHA for 875799d
junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestPlan.java
@@ -88,7 +88,7 @@ public class TestPlan {
88
* this test plan; never {@code null}
89
* @return a new test plan
90
*/
91
- @API(status = INTERNAL, since = "1.0")
+ @API(status = INTERNAL, since = "1.12")
92
public static TestPlan from(Collection<TestDescriptor> engineDescriptors,
93
ConfigurationParameters configurationParameters, OutputDirectoryProvider outputDirectoryProvider) {
94
Preconditions.notNull(engineDescriptors, "Cannot create TestPlan from a null collection of TestDescriptors");
0 commit comments