Searched refs:intSourceArray (Results 1 – 1 of 1) sorted by relevance
148 int[] intSourceArray = dataMethod.apply(size); in testShapes() local151 this.sortAndAssert(intSourceArray.clone()); in testShapes()152 this.sortAndAssert(floatCopyFromInt(intSourceArray)); in testShapes()153 this.sortAndAssert(doubleCopyFromInt(intSourceArray)); in testShapes()154 this.sortAndAssert(longCopyFromInt(intSourceArray)); in testShapes()155 this.sortAndAssert(shortCopyFromInt(intSourceArray)); in testShapes()156 this.sortAndAssert(charCopyFromInt(intSourceArray)); in testShapes()