Package org.junit.runners
Annotation Type Suite.SuiteClasses
- Enclosing class:
Suite
The
SuiteClasses
annotation specifies the classes to be run when a class
annotated with @RunWith(Suite.class)
is run.-
Required Element Summary
Required Elements
-
Element Details
-
value
- Returns:
- the classes to be run
-