| Package | Description |
|---|---|
| org.junit.internal | |
| org.junit.rules | |
| org.junit.runners |
Provides standard
Runner implementations. |
| Class and Description |
|---|
| FixMethodOrder
This class allows the user to choose the order of execution of the methods within a test class.
|
| Class and Description |
|---|
| AssumptionViolatedException
An exception class used to implement assumptions (state in which a given test
is meaningful and should or should not be executed).
|
| Class and Description |
|---|
| Test
The
Test annotation tells JUnit that the public void method
to which it is attached can be run as a test case. |