Searched refs:twoArrayFloat (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | ArrayUtilsTest.java | 2826 final float[] twoArrayFloat = {6.4f, 5.8f}; in testSameLengthAll() local 3078 assertFalse(ArrayUtils.isSameLength(nullArrayObject, twoArrayFloat)); in testSameLengthAll() 3087 assertFalse(ArrayUtils.isSameLength(nullArrayBoolean, twoArrayFloat)); in testSameLengthAll() 3096 assertFalse(ArrayUtils.isSameLength(nullArrayLong, twoArrayFloat)); in testSameLengthAll() 3105 assertFalse(ArrayUtils.isSameLength(nullArrayInt, twoArrayFloat)); in testSameLengthAll() 3114 assertFalse(ArrayUtils.isSameLength(nullArrayShort, twoArrayFloat)); in testSameLengthAll() 3123 assertFalse(ArrayUtils.isSameLength(nullArrayChar, twoArrayFloat)); in testSameLengthAll() 3132 assertFalse(ArrayUtils.isSameLength(nullArrayByte, twoArrayFloat)); in testSameLengthAll() 3141 assertFalse(ArrayUtils.isSameLength(nullArrayDouble, twoArrayFloat)); in testSameLengthAll() 3150 assertFalse(ArrayUtils.isSameLength(nullArrayFloat, twoArrayFloat)); in testSameLengthAll() [all …]
|