dmfs / jems

Java gems, a collection of Java utilities.
Apache License 2.0
5 stars 2 forks source link

Add Mockito Mock Matcher, implements #261 #264

Closed dmfs closed 4 years ago

dmfs commented 4 years ago

Add a Matcher for simple interactions with a Mockito Mock and adjust two existing tests to utilize the new matcher.

dmfs commented 4 years ago

FTR: Travis says the branch is green, despite GitHub not showing the correct result.