Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Test
- public void test() {
- Throwable thrown = catchThrowable(() -> testObject.specificExceptionRaisingMethod());
- assertThat(thrown).isInstanceOf(SpecificException.class);
- // Assert test object state
- }
Advertisement
Add Comment
Please, Sign In to add comment