-
Notifications
You must be signed in to change notification settings - Fork 467
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
Fix @SpringBean mocks throwing UndeclaredThrowableException for ... #878
Fix @SpringBean mocks throwing UndeclaredThrowableException for ... #878
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ServiceWithDeclaredException service = Mock() | ||
|
||
@Autowired | ||
Consumer consumer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong indentation.
Codecov Report
@@ Coverage Diff @@
## master #878 +/- ##
============================================
- Coverage 74.98% 74.97% -0.02%
Complexity 3412 3412
============================================
Files 368 368
Lines 10515 10518 +3
Branches 1320 1320
============================================
+ Hits 7885 7886 +1
- Misses 2166 2168 +2
Partials 464 464
Continue to review full report at Codecov.
|
actual declared exceptions
8e01c8f
to
5640f94
Compare
To do not get another issue similar to spockframework#887 before RC2 is released.
To do not get another issue similar to #887 before RC2 is released.
To do not get another issue similar to spockframework#887 before RC2 is released.
actual declared exceptions