Package org.junit.runners
Annotation Type Suite.SuiteClasses
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public static @interface Suite.SuiteClasses
TheSuiteClasses
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 java.lang.Class<?>[]
value
-
-
-
Element Detail
-
value
java.lang.Class<?>[] value
- Returns:
- the classes to be run
-
-