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

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

Closed motlin closed 2 months ago

motlin commented 2 months ago

Relates to #1578 and #1576. It turns out that just moving away from JUnit 4 syntax for expected exceptions is a fairly large change on its own. @Desislav-Petrov please take a look.