()
| 337 | } |
| 338 | |
| 339 | @Test (expected = IllegalArgumentException.class) |
| 340 | public void serializeToJSONStringNullCB() throws Exception { |
| 341 | JSON.serializeToJSONPString((String)null, (HashMap<String, String>)null); |
| 342 | } |
| 343 | |
| 344 | @Test (expected = IllegalArgumentException.class) |
| 345 | public void serializeToJSONStringEmptyCB() throws Exception { |
nothing calls this directly
no test coverage detected