Module org.junit.platform.suite.api
Package org.junit.platform.suite.api
Annotation Interface SelectMethods
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
since="1.10")
public @interface SelectMethods
@SelectMethods
is a container for one or more
@SelectMethod
declarations.
Note, however, that use of the @SelectMethods
container is
completely optional since @SelectMethod
is a
repeatable annotation.
- Since:
- 1.10
- See Also:
-
Required Element Summary
-
Element Details
-
value
SelectMethod[] valueAn array of one or more@SelectMethod
declarations.
-