Searched refs:malformedJson (Results 1 – 1 of 1) sorted by relevance
215 private void assertParseFail(String malformedJson) { in assertParseFail() argument217 new JSONTokener(malformedJson).nextValue(); in assertParseFail()218 fail("Successfully parsed: \"" + malformedJson + "\""); in assertParseFail()221 fail("Stack overflowed on input: \"" + malformedJson + "\""); in assertParseFail()