eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
https://eclipse.dev/collections/
2.43k stars 611 forks source link

@Test(expected=X) → assertThrows(X) in stack tests #1547

Closed josephks closed 8 months ago

josephks commented 8 months ago

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