|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Orderable | |
---|---|
org.junit.experimental.categories | |
org.junit.experimental.runners | |
org.junit.experimental.theories | |
org.junit.internal.runners | |
org.junit.runners | Provides standard Runner implementations. |
org.junit.runners.parameterized |
Uses of Orderable in org.junit.experimental.categories |
---|
Classes in org.junit.experimental.categories that implement Orderable | |
---|---|
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 Orderable in org.junit.experimental.runners |
---|
Classes in org.junit.experimental.runners that implement Orderable | |
---|---|
class |
Enclosed
If you put tests in inner classes, Ant, for example, won't find them. |
Uses of Orderable in org.junit.experimental.theories |
---|
Classes in org.junit.experimental.theories that implement Orderable | |
---|---|
class |
Theories
The Theories runner allows to test a certain functionality against a subset of an infinite set of data points. |
Uses of Orderable in org.junit.internal.runners |
---|
Classes in org.junit.internal.runners that implement Orderable | |
---|---|
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 static suite()
method). |
Uses of Orderable in org.junit.runners |
---|
Classes in org.junit.runners that implement Orderable | |
---|---|
class |
AllTests
Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a static suite()
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 runner Parameterized 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 type T . |
class |
Suite
Using Suite as a runner allows you to manually
build a suite containing tests from many classes. |
Uses of Orderable in org.junit.runners.parameterized |
---|
Classes in org.junit.runners.parameterized that implement Orderable | |
---|---|
class |
BlockJUnit4ClassRunnerWithParameters
A BlockJUnit4ClassRunner with parameters support. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |