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