eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
http://www.eclipse.org/collections
2.39k stars 596 forks source link

@Test(expected=X) → assertThrows(X) in set tests #1548

Closed josephks closed 5 months ago

josephks commented 6 months ago

@Test does not have the "expected" field in junit-jupiter. This paves the way to moving to junit-jupiter.