Searched refs:emptyShortArray (Results 1 – 1 of 1) sorted by relevance
474 final short[] emptyShortArray = {}; in testGetLength() local477 assertEquals(0, ArrayUtils.getLength(emptyShortArray)); in testGetLength()1349 final short[] emptyShortArray = {}; in testIsEmptyPrimitives() local1352 assertTrue(ArrayUtils.isEmpty(emptyShortArray)); in testIsEmptyPrimitives()1473 final short[] emptyShortArray = {}; in testIsNotEmptyPrimitives() local1476 assertFalse(ArrayUtils.isNotEmpty(emptyShortArray)); in testIsNotEmptyPrimitives()