Annotation Type SelectDirectories


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    @Documented
    @API(status=EXPERIMENTAL,
         since="1.8")
    public @interface SelectDirectories
    @SelectDirectories specifies the directories to select when running a test suite on the JUnit Platform.
    Since:
    1.8
    See Also:
    Suite, JUnitPlatform, DiscoverySelectors.selectDirectory(String)
    • Required Element Summary

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

      • value

        java.lang.String[] value
        One or more directories to select.