Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. @Test(expected = BlednaWartoscOpiniiException.class)
  2.     public void ustawOpinie_fail_bladOceny(){
  3.             op.ustawOpinie(-3,"abc");
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement