| Package | Description |
|---|---|
| org.junit.runner |
Provides classes used to describe, collect, run and analyze multiple tests.
|
| org.junit.runner.manipulation |
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.orderWith(Ordering ordering)
Returns a Request whose Tests can be run in a certain order, defined by
ordering |
| Modifier and Type | Class and Description |
|---|---|
class |
Alphanumeric
A sorter that orders tests alphanumerically by test name.
|
class |
Sorter
A
Sorter orders tests. |
| Modifier and Type | Method and Description |
|---|---|
Ordering |
Ordering.Factory.create(Ordering.Context context)
Creates an Ordering instance using the given context.
|
Ordering |
Alphanumeric.create(Ordering.Context context) |
static Ordering |
Ordering.definedBy(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. |
static Ordering |
Ordering.shuffledBy(Random random)
|
Copyright © 2002–2020 JUnit. All rights reserved.