Usually while creating JUnit tests we statically import org.junit.Assert
, org.hamcrest.Matchers
, org.mockito.Mockito
, org.mockito.Matchers
when we want to use static members of these types.
To make that Eclipse proposes members of mentioned types (or any other) without explicit static import we need to define the list in Eclipse's content assist configuration