Uses of Interface
org.junit.runner.manipulation.Sortable
-
Packages that use Sortable Package Description junit.framework Provides JUnit v3.x core classes.org.junit.experimental.categories org.junit.experimental.runners org.junit.experimental.theories org.junit.internal.runners org.junit.runner.manipulation org.junit.runners Provides standardRunner
implementations.org.junit.runners.parameterized -
-
Uses of Sortable in junit.framework
Classes in junit.framework that implement Sortable Modifier and Type Class Description class
JUnit4TestAdapter
The JUnit4TestAdapter enables running JUnit-4-style tests using a JUnit-3-style test runner. -
Uses of Sortable in org.junit.experimental.categories
Classes in org.junit.experimental.categories that implement Sortable Modifier and Type Class Description 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. -
Uses of Sortable in org.junit.experimental.runners
Classes in org.junit.experimental.runners that implement Sortable Modifier and Type Class Description class
Enclosed
If you put tests in inner classes, Ant, for example, won't find them. -
Uses of Sortable in org.junit.experimental.theories
Classes in org.junit.experimental.theories that implement Sortable Modifier and Type Class Description class
Theories
The Theories runner allows to test a certain functionality against a subset of an infinite set of data points. -
Uses of Sortable in org.junit.internal.runners
Classes in org.junit.internal.runners with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Sortable Modifier and Type Class Description class
org.junit.internal.runners.JUnit38ClassRunner
class
org.junit.internal.runners.SuiteMethod
Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()
method). -
Uses of Sortable in org.junit.runner.manipulation
Subinterfaces of Sortable in org.junit.runner.manipulation Modifier and Type Interface Description interface
Orderable
Interface for runners that allow ordering of tests. -
Uses of Sortable in org.junit.runners
Classes in org.junit.runners that implement Sortable Modifier and Type Class Description class
AllTests
Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()
method).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 runnerParameterized
implements parameterized tests.class
ParentRunner<T>
Provides most of the functionality specific to a Runner that implements a "parent node" in the test tree, with children defined by objects of some data typeT
.class
Suite
UsingSuite
as a runner allows you to manually build a suite containing tests from many classes. -
Uses of Sortable in org.junit.runners.parameterized
Classes in org.junit.runners.parameterized that implement Sortable Modifier and Type Class Description class
BlockJUnit4ClassRunnerWithParameters
ABlockJUnit4ClassRunner
with parameters support.
-