elvyssoares

Untitled

Aug 17th, 2020 (edited)
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. @Test(expected=MyException.class)
  2. public void test(){
  3.   MyClass c = new MyClass();  
  4.   c.throwMyException();  
  5. }
Advertisement
Add Comment
Please, Sign In to add comment