Searched refs:notEmptyIntArray (Results 1 – 1 of 1) sorted by relevance
469 final int[] notEmptyIntArray = {1}; in testGetLength() local472 assertEquals(1, ArrayUtils.getLength(notEmptyIntArray)); in testGetLength()1344 final int[] notEmptyIntArray = {1}; in testIsEmptyPrimitives() local1347 assertFalse(ArrayUtils.isEmpty(notEmptyIntArray)); in testIsEmptyPrimitives()1468 final int[] notEmptyIntArray = {1}; in testIsNotEmptyPrimitives() local1471 assertTrue(ArrayUtils.isNotEmpty(notEmptyIntArray)); in testIsNotEmptyPrimitives()