Searched refs:emptyArrayShort (Results 1 – 1 of 1) sorted by relevance
2808 final short[] emptyArrayShort = {}; in testSameLengthAll() local2912 assertTrue(ArrayUtils.isSameLength(nullArrayObject, emptyArrayShort)); in testSameLengthAll()2921 assertTrue(ArrayUtils.isSameLength(nullArrayBoolean, emptyArrayShort)); in testSameLengthAll()2930 assertTrue(ArrayUtils.isSameLength(nullArrayLong, emptyArrayShort)); in testSameLengthAll()2939 assertTrue(ArrayUtils.isSameLength(nullArrayInt, emptyArrayShort)); in testSameLengthAll()2948 assertTrue(ArrayUtils.isSameLength(nullArrayShort, emptyArrayShort)); in testSameLengthAll()2957 assertTrue(ArrayUtils.isSameLength(nullArrayChar, emptyArrayShort)); in testSameLengthAll()2966 assertTrue(ArrayUtils.isSameLength(nullArrayByte, emptyArrayShort)); in testSameLengthAll()2975 assertTrue(ArrayUtils.isSameLength(nullArrayDouble, emptyArrayShort)); in testSameLengthAll()2984 assertTrue(ArrayUtils.isSameLength(nullArrayFloat, emptyArrayShort)); in testSameLengthAll()[all …]