elvyssoares

JerseyClientBuilderTest - Refactored - Simplified

Jun 5th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. @Rule
  2. public ExpectedException thrown = ExpectedException.none();
  3.  
  4. @Test
  5. public void test() {
  6.     // Configure rule to check the exception message
  7.  
  8.     testObject.exceptionRaisingMethod();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment