Package org.junit.platform.suite.api
Annotation Type SelectMethods
-
@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=MAINTAINED, since="1.13.3") public @interface SelectMethods@SelectMethodsis a container for one or more@SelectMethoddeclarations.Note, however, that use of the
@SelectMethodscontainer is completely optional since@SelectMethodis a repeatable annotation.- Since:
- 1.10
- See Also:
SelectMethod
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description SelectMethod[]valueAn array of one or more@SelectMethoddeclarations.
-
-
-
Element Detail
-
value
SelectMethod[] value
An array of one or more@SelectMethoddeclarations.
-
-