Advertisement
bobo_bobkata

Untitled

Jul 31st, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. @Test(expected = IllegalArgumentException.class)
  2. public void testSetModelWithNull() {
  3. new Car(null, 2, 2, 2);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement