Searched refs:maxLong (Results 1 – 1 of 1) sorted by relevance
346 BigInteger maxLong = new BigInteger(String.valueOf(Long.MAX_VALUE)); in testParserRejectOutOfRangeNumericValues() local348 assertAccepts("optionalInt64", maxLong.toString()); in testParserRejectOutOfRangeNumericValues()350 assertRejects("optionalInt64", maxLong.add(one).toString()); in testParserRejectOutOfRangeNumericValues()353 assertAccepts("optionalUint64", maxLong.add(one).toString()); in testParserRejectOutOfRangeNumericValues()