Uses of Class
org.junit.runner.Runner
Packages that use Runner
-
Uses of Runner in org.junit.runners
Subclasses of Runner in org.junit.runnersModifier and TypeClassDescriptionclassImplements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.final classAliases the current default JUnit 4 class runner, for future-proofing.classThe custom runnerParameterizedimplements parameterized tests.classUsingSuiteas a runner allows you to manually build a suite containing tests from many classes.