Searched defs:testValues (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/Arrays/
H A DCopyMethods.java50 check(a[0] == testValues[0]);
51 check(a[1] == testValues[1]);
52 check(a[2] == testValues[2]);
119 check(sa[0].equals(Integer.toHexString(testValues[0])));
120 check(sa[1].equals(Integer.toHexString(testValues[1])));
121 check(sa[2].equals(Integer.toHexString(testValues[2])));
140 static final int[] testValues; field in class:CopyMethods
142 testValues = new int[1000];
144 for (int i = 0; i < testValues.length; i++) {
145 testValues[
[all...]

Completed in 29 milliseconds