Package org.junit.runners
Annotation Interface 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
Class<?>[] value- Returns:
- the classes to be run
-