| Package | Description |
|---|---|
| org.junit.runner.manipulation |
| Modifier and Type | Class and Description |
|---|---|
class |
Alphanumeric
A sorter that orders tests alphanumerically by test name.
|
| Modifier and Type | Method and Description |
|---|---|
static Ordering |
Ordering.definedBy(Ordering.Factory factory,
Description annotatedTestClass)
Creates an
Ordering from the given factory. |
| Modifier and Type | Method and Description |
|---|---|
static Ordering |
Ordering.definedBy(Class<? extends Ordering.Factory> factoryClass,
Description annotatedTestClass)
Creates an
Ordering from the given factory class. |
Copyright © 2002–2020 JUnit. All rights reserved.