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