How can I use JUnit4 idiomatically to test that some code throws an exception? While I can certainly do something like this: @Test ...
-
April 10, 2022
- 0 Comments