Skip to content

Use assertEquals instead of hamcrest.core.text which is not present in Eclipse distribution of JUnit 4

Remi Forax requested to merge eclipse_junit_only_include_hamcrest_core into master

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

Merge request reports