Home | History | Annotate | Download | only in cts

Lines Matching defs:nextLong

217         assertEquals(1L, reader.nextLong());
362 assertEquals(0L, reader.nextLong());
365 assertEquals(1L, reader.nextLong());
368 assertEquals(-1L, reader.nextLong());
376 assertEquals(Long.MIN_VALUE, reader.nextLong());
382 assertEquals(Long.MAX_VALUE, reader.nextLong());
383 assertEquals(5, reader.nextLong());
384 assertEquals(100, reader.nextLong());
385 assertEquals(11, reader.nextLong());
386 assertEquals(5, reader.nextLong());
387 assertEquals(100, reader.nextLong());
409 assertEquals(Long.MAX_VALUE, reader.nextLong());
410 assertEquals(Long.MAX_VALUE, reader.nextLong());
411 assertEquals(Long.MAX_VALUE, reader.nextLong());
458 reader.nextLong();