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.42k stars 604 forks source link

@Test(expected=X) → assertThrows(X) in lazy tests #1539

Closed josephks closed 7 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.