Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.31 KB

Fluents for Hamcrest

This is a fluent API for Java Hamcrest.

You can look at an example or browse the interface declarations.

If you want to try it yourself, you can download it here (without hamcrest) or here (with hamcrest), or get it with Maven from https://oss.sonatype.org/content/repositories/snapshots/

<dependency>
    <groupId>org.cthul.matchers.fluent</groupId>
    <artifactId>cthul-fluent-matchers-core</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

If you found a bug or are missing a feature, please create an issue. If you want to request more fluent methods, also provide some examples of how they would be used. If you have other questions, head over to the forum.