| 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.order(Orderer orderer)
Orders the tests using
orderer |
| Modifier and Type | Method and Description |
|---|---|
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). |
Copyright © 2002–2020 JUnit. All rights reserved.