Uses of Class
org.junit.runners.Suite

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

Uses of Suite in org.junit.experimental.categories
 

Subclasses of Suite in org.junit.experimental.categories
 class Categories
          From a given set of test classes, runs only the classes and methods that are annotated with either the category given with the @IncludeCategory annotation, or a subtype of that category.
 

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.
 



Copyright © 2002–2021 JUnit. All rights reserved.