Package | Description |
---|---|
junit.framework |
Provides JUnit v3.x core classes.
|
org.junit.internal.runners |
Provides implementations of
Runner |
org.junit.runner.manipulation | |
org.junit.runners |
Provides standard
Runner implementations. |
org.junit.runners.model |
Modifier and Type | Method and Description |
---|---|
void |
JUnit4TestAdapter.order(Orderer orderer)
Orders the tests using
orderer |
Modifier and Type | Method and Description |
---|---|
void |
JUnit38ClassRunner.order(Orderer orderer)
Orders the tests using
orderer |
Modifier and Type | Method and Description |
---|---|
void |
Ordering.apply(java.lang.Object target)
Order the tests in
target using this ordering. |
void |
Orderer.apply(java.lang.Object target)
Order the tests in
target . |
static Ordering |
Ordering.definedBy(java.lang.Class<? extends Ordering.Factory> factoryClass,
Description annotatedTestClass)
Creates an
Ordering from the given factory class. |
static Ordering |
Ordering.definedBy(Ordering.Factory factory,
Description annotatedTestClass)
Creates an
Ordering from the given factory. |
java.util.List<Description> |
Orderer.order(java.util.Collection<Description> descriptions)
Orders the descriptions.
|
void |
Orderable.order(Orderer orderer)
Orders the tests using
orderer |
Modifier and Type | Method and Description |
---|---|
void |
ParentRunner.order(Orderer orderer)
Implementation of
Orderable.order(Orderer) . |
Modifier and Type | Method and Description |
---|---|
private void |
RunnerBuilder.configureRunner(Runner runner) |