Use assertEquals instead of hamcrest.core.text which is not present in Eclipse distribution of JUnit 4
The JUnit jars included in Eclipse only contain the core Hamcrest matcher so the package hamcrest.core.text is not present. Fix the test using assertEquals instead