Searched refs:testTruncate (Results 1 – 5 of 5) sorted by relevance
142 public void testTruncate(Integer[] array, Node<Integer> n) { in testTruncate() method in NodeTest
167 public void testTruncate(double[] array, Node.OfDouble n) { in testTruncate() method in DoubleNodeTest
166 public void testTruncate(long[] array, Node.OfLong n) { in testTruncate() method in LongNodeTest
165 public void testTruncate(int[] array, Node.OfInt n) { in testTruncate() method in IntNodeTest
599 public void testTruncate() throws Throwable { in testTruncate() method in AsynchronousFileChannelTest