| Class | Description |
|---|---|
| PowerMockito |
PowerMockito extends Mockito functionality with several new features such as
mocking static and private methods and more.
|
| Exception | Description |
|---|---|
| ClassNotPreparedException |
The exception is thrown when a user tries to mock class which is't prepared, but should be.
|