Uses of Class
org.junit.runners.ParentRunner

 

 

Subclasses of ParentRunner 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.
 

 

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

 

Subclasses of ParentRunner in org.junit.experimental.theories
 class Theories
          The Theories runner allows to test a certain functionality against a subset of an infinite set of data points.
 

 

Subclasses of ParentRunner in org.junit.runners
 class BlockJUnit4ClassRunner
          Implements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.
 class JUnit4
          Aliases the current default JUnit 4 class runner, for future-proofing.
 class Parameterized
          The custom runner Parameterized implements parameterized tests.
 class Suite
          Using Suite as a runner allows you to manually build a suite containing tests from many classes.
 

 

Subclasses of ParentRunner in org.junit.runners.parameterized
 class BlockJUnit4ClassRunnerWithParameters
          A BlockJUnit4ClassRunner with parameters support.
 

Copyright © 2002–2021 JUnit. All rights reserved.