org.junit.runners
Annotation Type Suite.SuiteClasses
-
@Retention(value=RUNTIME) @Target(value=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.
Element Detail |
---|
value
public abstract Class<?>[] value
-
-
- Returns:
- the classes to be run