I\'m trying to crash through the brick wall between me and Mockito. I\'ve torn my hair out over trying to get correct import static statements for Mockito stuff. You\'d
For is()
import static org.hamcrest.CoreMatchers.*;
For assertThat()
import static org.junit.Assert.*;
For when() and verify()
import static org.mockito.Mockito.*;