Home
last modified time | relevance | path

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

/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DArrayUtilsTest.java469 final int[] notEmptyIntArray = {1}; in testGetLength() local
472 assertEquals(1, ArrayUtils.getLength(notEmptyIntArray)); in testGetLength()
1344 final int[] notEmptyIntArray = {1}; in testIsEmptyPrimitives() local
1347 assertFalse(ArrayUtils.isEmpty(notEmptyIntArray)); in testIsEmptyPrimitives()
1468 final int[] notEmptyIntArray = {1}; in testIsNotEmptyPrimitives() local
1471 assertTrue(ArrayUtils.isNotEmpty(notEmptyIntArray)); in testIsNotEmptyPrimitives()