In Eclipse I was able to register a set of classes for static import auto-completion, e.g. Math., Assert., EasyMock.*
With this enabled I was able to hit ct
Alt + Enter will do the trick. You have to have the whole expression at first, and the hit Alt + Enter on the method you want to statically import.
Alt + Enter