elvyssoares

Exception Handling - Refactored

Dec 9th, 2021
872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. @Test
  2. void test4() throws Exception {
  3.   assertThrows(IllegalArgumentException.class,
  4.     () -> xb.closeTag("abcd"));
  5. }
Advertisement
Add Comment
Please, Sign In to add comment