@Retention(RUNTIME)
@Target(TYPE)
@Inherited
public static @interface Suite.SuiteClasses
SuiteClasses
annotation specifies the classes to be run when a class
annotated with @RunWith(Suite.class)
is run.Modifier and Type | Required Element | Description |
---|---|---|
java.lang.Class<?>[] |
value |