Uses of Class
org.junit.runners.Suite

Packages that use Suite
org.junit.experimental.runners   
org.junit.runners Provides standard Runner implementations. 
 

Uses of Suite in org.junit.experimental.runners
 

Subclasses of Suite in org.junit.experimental.runners
 class Enclosed
          If you put tests in inner classes, Ant, for example, won't find them.
 

Uses of Suite in org.junit.runners
 

Subclasses of Suite in org.junit.runners
 class Parameterized
           The custom runner Parameterized implements parameterized tests.