Searched refs:emptyFloatArray (Results 1 – 1 of 1) sorted by relevance
498 final float[] emptyFloatArray = {}; in testGetLength() local501 assertEquals(0, ArrayUtils.getLength(emptyFloatArray)); in testGetLength()1373 final float[] emptyFloatArray = {}; in testIsEmptyPrimitives() local1376 assertTrue(ArrayUtils.isEmpty(emptyFloatArray)); in testIsEmptyPrimitives()1497 final float[] emptyFloatArray = {}; in testIsNotEmptyPrimitives() local1500 assertFalse(ArrayUtils.isNotEmpty(emptyFloatArray)); in testIsNotEmptyPrimitives()