()
| 359 | } |
| 360 | |
| 361 | @Test (expected = IllegalArgumentException.class) |
| 362 | public void serializeToJSONPBytesNullData() throws Exception { |
| 363 | JSON.serializeToJSONPBytes("dummycb", (HashMap<String, String>)null); |
| 364 | } |
| 365 | |
| 366 | @Test (expected = IllegalArgumentException.class) |
| 367 | public void serializeToJSONPBytesNullCB() throws Exception { |
nothing calls this directly
no test coverage detected