| Class | Description |
|---|---|
| OrderedRunner |
This class extends
org.junit.runners.BlockJUnit4ClassRunner and overrides
the computeTestMethods() method to guarantee that
test methods are run in a user-defined order using the
TestIndex annotation. |
| Annotation Type | Description |
|---|---|
| TestIndex |
This annotation is used to provide ordering to JUnit 4 tests.
|
Copyright © 2019. All rights reserved.