Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
JUnit 4.1
Package:
org.junit.runners
Annotation
@
Retention
(value = RUNTIME)
@
Target
(value = TYPE)
public
@interface
Suite.SuiteClasses
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Not specified.
The
SuiteClasses
annotation specifies the classes to be run when a class annotated with
@RunWith(Suite.class)
is run.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
Classes
Fields
Methods
Parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
SuiteClassesannotation specifies the classes to be run when a class annotated with@RunWith(Suite.class)is run.