-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added configurable interaction matching. #1308
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1308 +/- ##
============================================
+ Coverage 79.14% 79.16% +0.01%
- Complexity 3922 3927 +5
============================================
Files 409 409
Lines 12235 12253 +18
Branches 1610 1615 +5
============================================
+ Hits 9684 9700 +16
- Misses 1970 1971 +1
- Partials 581 582 +1
Continue to review full report at Codecov.
|
# Conflicts: # spock-specs/src/test/groovy/org/spockframework/smoke/mock/InteractionScopeMatching.groovy
Could you review my changes: @szpak ? |
Spock 2.0 is in feature freeze at the moment |
Not for 2.0 now |
@KamilJedrzejuk you didn't have to close this PR, the Spock 2.0 release is not far off, that's why we won't merge new features. We will review it afterwards. |
Hi, what about this? |
Added 'last match algorithm' to determine the defined return value of a
method. This enables easy overriding of default return values. As
requested in issue #26, #251, #321 and #962.