Registry / testing / hamcrest

hamcrest

JSON →
library3.0javamavenunverified

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>
INSTALL
IMPORT
SIG · HAMCREST
H
hamcrest
testingjavav3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MatcherAssert
org.hamcrest.MatcherAssert

Asserts that a string contains a substring using Hamcrest matchers.

import org.hamcrest.MatcherAssert; import static org.hamcrest.Matchers.*; public class Example { public static void main(String[] args) { String result = "Hello World"; MatcherAssert.assertThat(result, containsString("World")); System.out.println("Assertion passed!"); } }
Debug
Known issues
breakingHamcrest 3.x uses org.hamcrest package; older versions used org.hamcrest.core.
fix
Update imports to org.hamcrest.Matchers for Hamcrest 3.x.
affects: >=3.0.0
Upgrade
Version history
3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
hamcrest — mvn dependency:get hamcrest · libregistry