Home
last modified time | relevance | path

Searched refs:trimTest (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DX7875_NewUnixTest.java122 assertTrue(NULL == trimTest(NULL)); in testTrimLeadingZeroesForceMinLength4()
123 assertTrue(Arrays.equals(ONE_ZERO, trimTest(EMPTY))); in testTrimLeadingZeroesForceMinLength4()
124 assertTrue(Arrays.equals(ONE_ZERO, trimTest(ONE_ZERO))); in testTrimLeadingZeroesForceMinLength4()
125 assertTrue(Arrays.equals(ONE_ZERO, trimTest(TWO_ZEROES))); in testTrimLeadingZeroesForceMinLength4()
126 assertTrue(Arrays.equals(ONE_ZERO, trimTest(FOUR_ZEROES))); in testTrimLeadingZeroesForceMinLength4()
127 assertTrue(Arrays.equals(SEQUENCE, trimTest(SEQUENCE))); in testTrimLeadingZeroesForceMinLength4()
128 assertTrue(Arrays.equals(SEQUENCE, trimTest(SEQUENCE_LEADING_ZERO))); in testTrimLeadingZeroesForceMinLength4()
129 assertTrue(Arrays.equals(SEQUENCE, trimTest(SEQUENCE_LEADING_ZEROES))); in testTrimLeadingZeroesForceMinLength4()
130 assertTrue(Arrays.equals(TRAILING_ZERO, trimTest(TRAILING_ZERO))); in testTrimLeadingZeroesForceMinLength4()
131 assertTrue(Arrays.equals(TRAILING_ZERO, trimTest(PADDING_ZERO))); in testTrimLeadingZeroesForceMinLength4()
[all …]