org.junit.runners
@Retention(value=RUNTIME) @Target(value=TYPE) 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 and Description |
---|---|
java.lang.Class<?>[] |
value |