MCQOPTIONS
Saved Bookmarks
| 1. |
How to let junits know that they need to be run using PowerMock? |
| A. | @PowerMock |
| B. | @RunWith(PowerMock) |
| C. | @RunWith(Junits) |
| D. | @RunWith(PowerMockRunner.class) |
| Answer» E. | |