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

Replace usages of @Test(expected) with Assert.assertThrows(). #1580

Closed motlin closed 4 months ago

motlin commented 4 months ago

Relates to #1579 which still had one extra test override left.

motlin commented 4 months ago

I had meant to fold this into the previous commit but missed my chance, so I gave it the same commit message.