If you’re using Java 1.5 or later (and why not? Generics are extremely useful) then use the static imports. Go to the Eclipse preferences then Java > Editor > Content Assist > Favorites and add “junit.framework.Assert.*”, then make sure “Use static imports” is checked in Java > Editor > Content Assist and Eclipse will auto-complete “assertEquals” for you and include the static import.