Uses of Class
org.junit.runner.Runner

Packages that use Runner
Package
Description
 
  • Uses of Runner in org.junit.runners

    Subclasses of Runner in org.junit.runners
    Modifier and Type
    Class
    Description
    class 
    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 runner Parameterized implements parameterized tests.
    class 
    Using Suite as a runner allows you to manually build a suite containing tests from many classes.