()
| 342 | } |
| 343 | |
| 344 | @Test (expected = IllegalArgumentException.class) |
| 345 | public void serializeToJSONStringEmptyCB() throws Exception { |
| 346 | JSON.serializeToJSONPString("", (HashMap<String, String>)null); |
| 347 | } |
| 348 | |
| 349 | // serializeToJSONPBytes |
| 350 | @Test |
nothing calls this directly
no test coverage detected