Uses of Class
org.junit.runners.ParentRunner
Packages that use ParentRunner
-
Uses of ParentRunner in org.junit.experimental.categories
Subclasses of ParentRunner 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 ParentRunner in org.junit.experimental.runners
Subclasses of ParentRunner in org.junit.experimental.runnersModifier and TypeClassDescriptionclass
If you put tests in inner classes, Ant, for example, won't find them. -
Uses of ParentRunner in org.junit.experimental.theories
Subclasses of ParentRunner in org.junit.experimental.theoriesModifier and TypeClassDescriptionclass
The Theories runner allows to test a certain functionality against a subset of an infinite set of data points. -
Uses of ParentRunner in org.junit.runners
Subclasses of ParentRunner in org.junit.runnersModifier and TypeClassDescriptionclass
Implements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.final class
Aliases the current default JUnit 4 class runner, for future-proofing.class
The custom runnerParameterized
implements parameterized tests.class
UsingSuite
as a runner allows you to manually build a suite containing tests from many classes. -
Uses of ParentRunner in org.junit.runners.parameterized
Subclasses of ParentRunner in org.junit.runners.parameterized