Registry / testing / hamcrest-integration

hamcrest-integration

JSON →
library1.2.1javamavenunverified

Hamcrest Integration provides adapters to integrate Hamcrest matchers with popular testing frameworks like JUnit and TestNG.

<dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-integration</artifactId> <version>1.2.1</version> </dependency>
INSTALL
IMPORT
SIG · HAMCREST-INTEGRATI
H
hamcrest-integration
testingjavav1.2.1
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 equals expected value using Hamcrest matchers.

import org.hamcrest.MatcherAssert; import static org.hamcrest.Matchers.*; public class Quickstart { public static void main(String[] args) { MatcherAssert.assertThat("Hello", is("Hello")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Bingbot
1
Resources
hamcrest-integration — mvn dependency:get hamcrest-integration · libregistry