Annotation Interface SelectUris


@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=STABLE, since="1.10") public @interface SelectUris
@SelectUris specifies the URIs to select when running a test suite on the JUnit Platform.
Since:
1.8
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    One or more URIs to select.
  • Element Details

    • value

      String[] value
      One or more URIs to select.