()
| 332 | } |
| 333 | |
| 334 | @Test (expected = IllegalArgumentException.class) |
| 335 | public void serializeToJSONStringNullData() throws Exception { |
| 336 | JSON.serializeToJSONPString("dummycb", (HashMap<String, String>)null); |
| 337 | } |
| 338 | |
| 339 | @Test (expected = IllegalArgumentException.class) |
| 340 | public void serializeToJSONStringNullCB() throws Exception { |
nothing calls this directly
no test coverage detected