Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ricemery/assertjmatcher

Mockito Matcher that utilizes AssertJ for the assertion logic.
https://github.com/ricemery/assertjmatcher

Last synced: 12 days ago
JSON representation

Mockito Matcher that utilizes AssertJ for the assertion logic.

Awesome Lists containing this project

README

        

# AssertJMatcher
Mockito Matcher that utilizes AssertJ for the assertion logic.

This project allows for the use of AssertJ as Mockito Matchers.

## Dependencies
* Mockito
* AssertJ

## Test Dependencies
* Mockito
* AssertJ
* Junit 5

## Usage
See src/test/java/com/chainstaysoftware/testing/AssertJMatcherTest for sample usage.