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. |
Modifier and Type | Method and Description |
---|---|
void |
JUnit4TestAdapter.sort(Sorter sorter) |
Modifier and Type | Method and Description |
---|---|
void |
JUnit4ClassRunner.sort(Sorter sorter)
Deprecated.
|
void |
JUnit38ClassRunner.sort(Sorter sorter) |
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–2021 JUnit. All rights reserved.