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

Replace @Test(expected=X) with assertThrows(X) in unit-tests-java8 #1537

Closed josephks closed 7 months ago

josephks commented 8 months ago

@Test does not have the "expected" field in junit-jupiter. This is a small first step in moving to junit-jupiter.