-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Refactor mock runtime #3849
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
Refactor mock runtime #3849
Conversation
…hat it is doing.
* The old "Matchers" are separated into three responsibilities: ** method invocation ** parameters ** method name * Some interfaces that were used only by a single class are removed. * Renamed some concepts to better reflect what they are doing
Codecov Report
@@ Coverage Diff @@
## master #3849 +/- ##
===========================================
+ Coverage 83.1% 83.3% +0.19%
+ Complexity 3853 3847 -6
===========================================
Files 153 151 -2
Lines 10213 10198 -15
===========================================
+ Hits 8488 8495 +7
+ Misses 1725 1703 -22
Continue to review full report at Codecov.
|
I think we can safely ignore the API breaks that this refactoring introduces. |
I know these classes are not covered in any way by the BC Break, but I'm wondering what we can do to replace the use of |
Refactored runtime code for mocks.