Registry / testing / hamcrest-junit

hamcrest-junit

JSON →
library1.0.0.1javamavenunverified

Classes to use Hamcrest matchers within JUnit tests.

<dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-junit</artifactId> <version>1.0.0.1</version> </dependency>
INSTALL
IMPORT
SIG · HAMCREST-JUNIT
H
hamcrest-junit
testingjavav1.0.0.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.junit.MatcherAssert

Use Hamcrest matchers in JUnit tests.

import org.hamcrest.junit.MatcherAssert; import static org.hamcrest.CoreMatchers.*; public class Example { @org.junit.Test public void test() { MatcherAssert.assertThat("Hello", is("Hello")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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