Annotation Interface ScanningSuite.MustIncludes

Enclosing class:
ScanningSuite

@Retention(RUNTIME) @Target(TYPE) @Inherited public static @interface ScanningSuite.MustIncludes
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String[] value
      Returns:
      The patterns that a class must match for it to be included in the suite. A class must match all given patterns.