Annotation Interface Suite.SuiteClasses

Enclosing class:
Suite

@Retention(RUNTIME) @Target(TYPE) @Inherited public static @interface Suite.SuiteClasses
The SuiteClasses annotation specifies the classes to be run when a class annotated with @RunWith(Suite.class) is run.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
     
  • Element Details

    • value

      Class<?>[] value
      Returns:
      the classes to be run