Annotation Type 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 selector identifiers.
    Since:
    1.11
    See Also:
    Suite, DiscoverySelectors.parse(String)
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value
      One or more prefixed selector identifiers to select.
    • Element Detail

      • value

        java.lang.String[] value
        One or more prefixed selector identifiers to select.