Example #1
0
 @Test(expected = IllegalArgumentException.class)
 public void objectFromPairs4() {
   object(new Json.Value[] {number(1), number(1)});
 }
Example #2
0
 @Test(expected = IllegalArgumentException.class)
 public void objectFromPairs3() {
   object(new Json.Value[] {string("a")});
 }