| Package | Description |
|---|---|
| junit.framework |
Provides JUnit v3.x core classes.
|
| org.junit.runner.manipulation | |
| org.junit.runners |
Provides standard
Runner implementations. |
| Modifier and Type | Method and Description |
|---|---|
void |
JUnit4TestAdapter.sort(Sorter sorter) |
| Modifier and Type | Class and Description |
|---|---|
class |
Alphanumeric
A sorter that orders tests alphanumerically by test name.
|
| Modifier and Type | Field and Description |
|---|---|
static Sorter |
Sorter.NULL
NULL is a
Sorter that leaves elements in an undefined order |
| Modifier and Type | Method and Description |
|---|---|
void |
Sortable.sort(Sorter sorter)
Sorts the tests using
sorter |
| Modifier and Type | Method and Description |
|---|---|
void |
ParentRunner.sort(Sorter sorter) |
Copyright © 2002–2020 JUnit. All rights reserved.