-
Notifications
You must be signed in to change notification settings - Fork 566
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
4.x: Fix MockBean to work with argument matchers #9398
Merged
romain-grecourt
merged 1 commit into
helidon-io:main
from
romain-grecourt:mockbean-argument-matcher
Oct 17, 2024
Merged
4.x: Fix MockBean to work with argument matchers #9398
romain-grecourt
merged 1 commit into
helidon-io:main
from
romain-grecourt:mockbean-argument-matcher
Oct 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oracle-contributor-agreement
bot
added
the
OCA Verified
All contributors have signed the Oracle Contributor Agreement.
label
Oct 16, 2024
romain-grecourt
force-pushed
the
mockbean-argument-matcher
branch
from
October 16, 2024 04:21
221471e
to
490ddbe
Compare
This comment was marked as resolved.
This comment was marked as resolved.
romain-grecourt
force-pushed
the
mockbean-argument-matcher
branch
from
October 16, 2024 18:47
a5a4a45
to
143e42e
Compare
jbescos
previously approved these changes
Oct 17, 2024
- Call toString() to force initialization of the mocked instances - Use produceWith instead of createWith - Use addTransitiveTypeClosure instead of addType to support more than just one type - Minor refactoring of the processMockBean method - Add unit test - Re-work HelidonTestNgListener to initialize the testInstance with an extension Fixes helidon-io#9397
romain-grecourt
force-pushed
the
mockbean-argument-matcher
branch
from
October 17, 2024 04:53
143e42e
to
a243c98
Compare
abdelhak-zaaim
approved these changes
Oct 17, 2024
jbescos
approved these changes
Oct 17, 2024
arjav-desai
pushed a commit
to arjav-desai/helidon
that referenced
this pull request
Dec 11, 2024
- Call toString() to force initialization of the mocked instances - Use produceWith instead of createWith - Use addTransitiveTypeClosure instead of addType to support more than just one type - Minor refactoring of the processMockBean method - Add unit test - Re-work HelidonTestNgListener to initialize the testInstance with an extension Fixes helidon-io#9397 Fixes helidon-io#9411
danielkec
pushed a commit
to danielkec/helidon
that referenced
this pull request
Dec 20, 2024
- Call toString() to force initialization of the mocked instances - Use produceWith instead of createWith - Use addTransitiveTypeClosure instead of addType to support more than just one type - Minor refactoring of the processMockBean method - Add unit test - Re-work HelidonTestNgListener to initialize the testInstance with an extension Fixes helidon-io#9397 Fixes helidon-io#9411 (cherry picked from commit 6a93b66)
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4.x
Version 4.x
MP
OCA Verified
All contributors have signed the Oracle Contributor Agreement.
testing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes #9397
Fixes #9411
Documentation
None.