Searched refs:emptyIntArray (Results 1 – 2 of 2) sorted by relevance
5 .method public static emptyIntArray([I)V
468 final int[] emptyIntArray = {}; in testGetLength() local471 assertEquals(0, ArrayUtils.getLength(emptyIntArray)); in testGetLength()1343 final int[] emptyIntArray = {}; in testIsEmptyPrimitives() local1346 assertTrue(ArrayUtils.isEmpty(emptyIntArray)); in testIsEmptyPrimitives()1467 final int[] emptyIntArray = {}; in testIsNotEmptyPrimitives() local1470 assertFalse(ArrayUtils.isNotEmpty(emptyIntArray)); in testIsNotEmptyPrimitives()