Here is an example of is method:
is
assertThat(dynamicType.newInstance().toString(), is("Hello World!"));
It is imported by
import static org.hamcrest.CoreMatchers.is;