Top "Powermockito" questions

Use this tag for questions about PowerMockito, a Java Framework that allows the mocking of usually un-mockable types, i.e. statics, and private methods, in conjunction with the Mockito framework.

Realm Unit Testing

I am trying to unit test Realm and its interactions but things are not going too well. I have included …

android unit-testing mockito realm powermockito
why Mock object has doreturn and thenreturn for mock?

Note: I understand that in spy we can differenciate among these two. I went all over internet but I still …

junit mockito powermock powermockito
PowerMock AmazonS3Client Config Issue

I'm getting this stack when trying to run a Mock test using PowerMock Caused by: org.springframework.beans.BeanInstantiationException: Failed …

java spring amazon-s3 powermockito
How do I set a primitive private static final field in a class with private constructor using PowerMockito?

I'm trying to set a private static final field in a class with private constructor for a JUnit test. When …

java reflection intellij-idea junit powermockito