The package for the assertThat() function is?
(a) org.hamcrest.CoreMatchers.assertThat
(b) org.junit.Assert.assertThat
(c) org.junit.JunitMatchers.assertThat
(d) org.junit.hasItem.assertThat
The question was posed to me during an interview.
Question is from Hamcrest Matchers in section Mastering JUnit of JUnit