eclipse / eclipse-collections-kata

Eclipse Collections Katas
433 stars 245 forks source link

JUnit 5 obsolete assertions in MutableIntBagTest(lost-and-found-kata): Assert replaced with 'org.juit.jupiter.api.Assertions' #360

Closed prathasirisha closed 1 week ago

prathasirisha commented 2 weeks ago

Update occurrencesOf() method in MutableIntBagTest in lost-and-found-kata to replace 'assertEquals()' with a call to a method from Junit 5 assertions class.

Please note that this issue is created for GHC 2024 Open Source Day; thus, priority will be given to attendees of this event. After the event, this issue will be open to everyone.

PratyushaAnne7 commented 1 week ago

Hi, I want to work on this issue.

PratyushaAnne7 commented 1 week ago

Hi @prathasirisha, I have submitted 1 more pull request after rebasing. Could you please review.