Annotation Interface Select


@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=MAINTAINED, since="1.13.3") @Repeatable(Selects.class) public @interface Select
@Select is a repeatable annotation that specifies which tests to select based on prefixed
invalid reference
selector identifiers
.
Since:
1.11
See Also:
  • Suite
  • invalid reference
    org.junit.platform.engine.discovery.DiscoverySelectors#parse(String)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    One or more prefixed
    invalid reference
    selector identifiers
    to select.
  • Element Details

    • value

      String[] value
      One or more prefixed
      invalid reference
      selector identifiers
      to select.