I'm trying to use JUnit and Mockito with content assist for static imports.
My Content Assist favorites lists:
org.mockito.Mockito.*
When I use content assist for the mock() method, the method is availble, but the import is just get a regular non-static import. Why is this not working?