Uses of Class
org.junit.runners.Suite
-
Packages that use Suite Package Description org.junit.experimental.categories org.junit.experimental.runners org.junit.runners Provides standardRunner
implementations. -
-
Uses of Suite in org.junit.experimental.categories
Subclasses of Suite in org.junit.experimental.categories Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
Parameterized
The custom runnerParameterized
implements parameterized tests.
-