()
| 364 | } |
| 365 | |
| 366 | @Test (expected = IllegalArgumentException.class) |
| 367 | public void serializeToJSONPBytesNullCB() throws Exception { |
| 368 | JSON.serializeToJSONPBytes((String)null, (HashMap<String, String>)null); |
| 369 | } |
| 370 | |
| 371 | @Test (expected = IllegalArgumentException.class) |
| 372 | public void serializeToJSONPBytesEmptyCB() throws Exception { |
nothing calls this directly
no test coverage detected