|
|
|||||||||
| 上一个类 下一个 CLASS | 框架 无框架 | ||||||||
| 摘要: REQUIRED | OPTIONAL | 详细信息: ELEMENT | ||||||||
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.
| Required Element Summary | |
|---|---|
Class<?>[] |
value
|
| 元素详细信息 |
|---|
value
public abstract Class<?>[] value
- 返回:
- the classes to be run
|
|
|||||||||
| 上一个类 下一个 CLASS | 框架 无框架 | ||||||||
| 摘要: REQUIRED | OPTIONAL | 详细信息: ELEMENT | ||||||||