Searched refs:emptyArrayInt (Results 1 – 1 of 1) sorted by relevance
2804 final int[] emptyArrayInt = {}; in testSameLengthAll() local2911 assertTrue(ArrayUtils.isSameLength(nullArrayObject, emptyArrayInt)); in testSameLengthAll()2920 assertTrue(ArrayUtils.isSameLength(nullArrayBoolean, emptyArrayInt)); in testSameLengthAll()2929 assertTrue(ArrayUtils.isSameLength(nullArrayLong, emptyArrayInt)); in testSameLengthAll()2938 assertTrue(ArrayUtils.isSameLength(nullArrayInt, emptyArrayInt)); in testSameLengthAll()2947 assertTrue(ArrayUtils.isSameLength(nullArrayShort, emptyArrayInt)); in testSameLengthAll()2956 assertTrue(ArrayUtils.isSameLength(nullArrayChar, emptyArrayInt)); in testSameLengthAll()2965 assertTrue(ArrayUtils.isSameLength(nullArrayByte, emptyArrayInt)); in testSameLengthAll()2974 assertTrue(ArrayUtils.isSameLength(nullArrayDouble, emptyArrayInt)); in testSameLengthAll()2983 assertTrue(ArrayUtils.isSameLength(nullArrayFloat, emptyArrayInt)); in testSameLengthAll()[all …]