()
| 315 | } |
| 316 | |
| 317 | @Test (expected = IllegalArgumentException.class) |
| 318 | public void serializeToBytesNull() throws Exception { |
| 319 | JSON.serializeToString((HashMap<String, String>)null); |
| 320 | } |
| 321 | |
| 322 | // serializeToJSONString |
| 323 | @Test |
nothing calls this directly
no test coverage detected