You must annotate each class you test with PowerMockRunner
@RunWith(PowerMockRunner.class) public class ClassToTest { }
Last updated 1 year ago