Make sure you add @RunWith(PowerMockRunner.class)
to the top of your class as well.
::edit:: two years later…
Don’t ever use PowerMockito, you shouldn’t need to.
If you do need to, you have most likely broken the SOLID principles and your design is wrong.
Fix your design instead.