-11

Here is an example of is method:

assertThat(dynamicType.newInstance().toString(), is("Hello World!"));
tkruse
  • 10,222
  • 7
  • 53
  • 80

1 Answers1

-1

It is imported by

import static org.hamcrest.CoreMatchers.is;
G. Fiedler
  • 664
  • 4
  • 12