File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111package org .junit .jupiter .params .provider ;
1212
1313import static org .apiguardian .api .API .Status .DEPRECATED ;
14- import static org .apiguardian .api .API .Status .EXPERIMENTAL ;
14+ import static org .apiguardian .api .API .Status .MAINTAINED ;
1515import static org .apiguardian .api .API .Status .STABLE ;
1616
1717import java .util .stream .Stream ;
@@ -72,7 +72,7 @@ default Stream<? extends Arguments> provideArguments(@SuppressWarnings("unused")
7272 * @return a stream of arguments; never {@code null}
7373 * @since 5.13
7474 */
75- @ API (status = EXPERIMENTAL , since = "6.0" )
75+ @ API (status = MAINTAINED , since = "6.0" )
7676 default Stream <? extends Arguments > provideArguments (ParameterDeclarations parameters , ExtensionContext context )
7777 throws Exception {
7878 try {
You can’t perform that action at this time.
0 commit comments