Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ricemery/assertjmatcher
- Owner: ricemery
- License: other
- Created: 2017-12-20T16:49:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T04:18:25.000Z (over 6 years ago)
- Last Synced: 2024-11-13T16:44:38.069Z (2 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
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.