Suite.SuiteClasses (JUnit API)

Junit


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