()
| 298 | } |
| 299 | |
| 300 | @Test (expected = IllegalArgumentException.class) |
| 301 | public void serializeToStringNull() throws Exception { |
| 302 | JSON.serializeToString((HashMap<String, String>)null); |
| 303 | } |
| 304 | |
| 305 | // serializeToBytes |
| 306 | @Test |
nothing calls this directly
no test coverage detected