()
| 70 | } |
| 71 | |
| 72 | @Test (expected = IllegalArgumentException.class) |
| 73 | public void parseToObjectStringEmpty() throws Exception { |
| 74 | JSON.parseToObject("", HashMap.class); |
| 75 | } |
| 76 | |
| 77 | @Test (expected = IllegalArgumentException.class) |
| 78 | public void parseToObjectStringBad() throws Exception { |
nothing calls this directly
no test coverage detected