Searched refs:smallerLength (Results 1 – 1 of 1) sorted by relevance
133 final int smallerLength = DEFAULT_CAPACITY / 2; in testReset() local134 src.reset(smallerLength); in testReset()144 if (i == smallerLength) { in testReset()147 if (i < smallerLength) { in testReset()149 } else if (i < smallerLength * 2) { in testReset()180 final int smallerLength = DEFAULT_CAPACITY / 2; in testSetLength() local181 src.setLength(smallerLength); in testSetLength()183 assertEquals("length after smaller setLength", smallerLength, src.getLength()); in testSetLength()186 for (int i = 0; i < smallerLength; i++) { in testSetLength()224 final int smallerLength = DEFAULT_CAPACITY / 2; in testCopy() local[all …]