I imported using the following:
import static org.junit.Assert.*;
But on the following line:
assertThat(0, is(1));
I get The method is(int) is undefined for the type AppTest
.
The name of this method is so common in the English language that I can not find where to import this.
So my question is, where can I import is
(and not
).