dmfs / jems

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

Add Matcher for unordered mock calls, implements #273 #274

Closed dmfs closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #274 into master will increase coverage by 0.00%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #274   +/-   ##
=========================================
  Coverage     98.31%   98.32%           
- Complexity      905      907    +2     
=========================================
  Files           206      206           
  Lines          1957     1967   +10     
  Branches        122      122           
=========================================
+ Hits           1924     1934   +10     
  Misses           29       29           
  Partials          4        4           
Impacted Files Coverage Δ Complexity Δ
.../hamcrest/matchers/matcher/DescriptionMatcher.java 100.00% <ø> (ø) 4.00 <0.00> (ø)
...s/jems/hamcrest/matchers/matcher/MatchMatcher.java 100.00% <ø> (ø) 4.00 <0.00> (ø)
...jems/hamcrest/matchers/matcher/MatcherMatcher.java 85.71% <ø> (ø) 6.00 <0.00> (ø)
...ems/hamcrest/matchers/matcher/MismatchMatcher.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
...crest/matchers/mockito/MockInteractionMatcher.java 96.29% <93.33%> (+2.17%) 7.00 <6.00> (+2.00)

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 7a2beff...1830681. Read the comment docs.