Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. @Test
  2. public void testGetItemByIdWhenThrowsException(){
  3. try{
  4. model2.getItemById(40L);
  5. }
  6. catch(NoSuchElementException e){
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement