JAVA →Editor →Preferences → Favorites
import static org.hamcrest.Matchers.*;
// built-in JUnit assertions like assertThat() import static org.junit.Assert.*;
//useful with Mockito's ArgumentCaptor import static org.mockito.Matchers.*;
// Mockito functions like mock() and when() import static org.mockito.Mockito.*;