Tagged Questions
0
votes
4answers
2k views
Running Junit & PowerMock with Mockito through PowerMockRunner from maven
I am not being able to run Powermock through maven. I'm the PowerMock Mockito and PowerMockRunner for driving a jUnit test.
Here's the test:
@RunWith(PowerMockRunner.class)
@PrepareForTest( { ...