()
| 81 | } |
| 82 | |
| 83 | @Test (expected = IllegalArgumentException.class) |
| 84 | public void parseToObjectStringBadMap() throws Exception { |
| 85 | JSON.parseToObject( |
| 86 | "{\"utf\":\"aériennes\",\"ascii\":\"aariennes\"}", HashSet.class); |
| 87 | } |
| 88 | |
| 89 | // parseToObject - Byte && Class |
| 90 | public void parseToObjectByteUTFString() throws Exception { |
nothing calls this directly
no test coverage detected