dmfs / jems

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

Add Matcher for Functions, implements #255 #256

Closed dmfs closed 4 years ago

dmfs commented 4 years ago

A FunctionMatcher simplifies matching Functions by their results for certain values.

codecov[bot] commented 4 years ago

Codecov Report

Merging #256 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #256      +/-   ##
============================================
+ Coverage     98.23%   98.25%   +0.01%     
- Complexity      877      883       +6     
============================================
  Files           200      201       +1     
  Lines          1873     1889      +16     
  Branches        118      119       +1     
============================================
+ Hits           1840     1856      +16     
  Misses           29       29              
  Partials          4        4
Impacted Files Coverage Δ Complexity Δ
...ms/hamcrest/matchers/function/FunctionMatcher.java 100% <100%> (ø) 6 <6> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e788adb...0de3b80. Read the comment docs.