Uses of Class
org.junit.runners.Suite
Packages that use Suite
-
Uses of Suite in org.junit.experimental.categories
Subclasses of Suite in org.junit.experimental.categoriesModifier and TypeClassDescriptionclass
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.runnersModifier and TypeClassDescriptionclass
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.runnersModifier and TypeClassDescriptionclass
The custom runnerParameterized
implements parameterized tests.