Searched refs:emptyArrayFloat (Results 1 – 1 of 1) sorted by relevance
2824 final float[] emptyArrayFloat = {}; in testSameLengthAll() local2916 assertTrue(ArrayUtils.isSameLength(nullArrayObject, emptyArrayFloat)); in testSameLengthAll()2925 assertTrue(ArrayUtils.isSameLength(nullArrayBoolean, emptyArrayFloat)); in testSameLengthAll()2934 assertTrue(ArrayUtils.isSameLength(nullArrayLong, emptyArrayFloat)); in testSameLengthAll()2943 assertTrue(ArrayUtils.isSameLength(nullArrayInt, emptyArrayFloat)); in testSameLengthAll()2952 assertTrue(ArrayUtils.isSameLength(nullArrayShort, emptyArrayFloat)); in testSameLengthAll()2961 assertTrue(ArrayUtils.isSameLength(nullArrayChar, emptyArrayFloat)); in testSameLengthAll()2970 assertTrue(ArrayUtils.isSameLength(nullArrayByte, emptyArrayFloat)); in testSameLengthAll()2979 assertTrue(ArrayUtils.isSameLength(nullArrayDouble, emptyArrayFloat)); in testSameLengthAll()2988 assertTrue(ArrayUtils.isSameLength(nullArrayFloat, emptyArrayFloat)); in testSameLengthAll()[all …]