Core API and libraries of the Hamcrest matcher framework for writing declarative matcher objects in Java tests.
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>3.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Asserts that a string contains a substring using Hamcrest matchers.
Update imports to org.hamcrest.Matchers for Hamcrest 3.x.
No dependency data recorded yet.