clapppp commented on PR #669: URL: https://github.com/apache/commons-collections/pull/669#issuecomment-3694087301
@garydgregory Thank you for the feedback! I reviewed my test cases and found the issues. I updated the test for `getValuesAsSet` accordingly. However, I couldn't find any `MultiValuedMap`implementation whose `get(key)`returns a `Bag`(Only Collections/List/Set). So I'm not sure how to write a failing test case. If it's okay to make test case with Mockito I'll make it! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
