Registry / testing / cactoos-matchers

cactoos-matchers

JSON →
library0.9.1javamavenunverified

Provides object-oriented Hamcrest matchers as an extension for the Cactoos library.

<dependency> <groupId>org.llorllale</groupId> <artifactId>cactoos-matchers</artifactId> <version>0.9.1</version> </dependency>
INSTALL
IMPORT
SIG · CACTOOS-MATCHERS
C
cactoos-matchers
testingjavav0.9.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.

MatcherOf
org.llorllale.cactoos.matchers.MatcherOf

Minimal usage of Cactoos Matchers

import org.llorllale.cactoos.matchers.MatcherOf; public class Example { public static void main(String[] args) { MatcherOf<String> matcher = new MatcherOf<>(s -> s.length() > 0); System.out.println(matcher.matches("test")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
cactoos-matchers — mvn dependency:get cactoos-matchers · libregistry