Q37
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)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board