How To Let Junits Know That They Need To Be Run Using Powermock #1113
How to let junits know that they need to be run using PowerMock?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - JUnits - Quiz No.1.
How to let junits know that they need to be run using PowerMock?
@PowerMock
@RunWith(PowerMock)
@RunWith(Junits)
@RunWith(PowerMockRunner.class)