Skip to content
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

Tests for gh-25140 #25159

Conversation

midumitrescu
Copy link
Contributor

@midumitrescu midumitrescu commented May 28, 2020

Created unit tests for

CollectionUtils.toMultiValueMap

as suggested by @jhoeller in gh-25140

I just followed the instructions given there although I could imagine a better solution which is a lot more DRY.

I will create a second PR for comparison.

I would have 2 small questions:

  1. The code actually being tested lies in
CollectionUtils

but the test I have named CollectionUtilsMultiValueMapAdapterTests.

Is this OK with you or are you following a strong name convention, thus I should move the tests to CollectionUtilsTest ?

  1. Is the gh issue number ok or should I create a separate one?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label May 28, 2020
@midumitrescu midumitrescu force-pushed the unit-tests-multi-valued-map-adaptor branch from 5d60117 to f8c5787 Compare May 28, 2020 22:59
@midumitrescu
Copy link
Contributor Author

in favor of gh-25160

@midumitrescu midumitrescu deleted the unit-tests-multi-valued-map-adaptor branch May 29, 2020 14:39
@sbrannen sbrannen added status: superseded An issue that has been superseded by another and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants