Searched refs:expectedIntValues (Results 1 – 1 of 1) sorted by relevance
619 int[] expectedIntValues = new int[] { in testReadWriteEnumWithCustomValues() local629 assertEquals(expectedIntValues.length * 4, availableFormatValues.length); in testReadWriteEnumWithCustomValues()630 for (int i = 0; i < expectedIntValues.length; ++i) { in testReadWriteEnumWithCustomValues()631 assertEquals(expectedIntValues[i], bf.getInt()); in testReadWriteEnumWithCustomValues()990 int[] expectedIntValues = new int[] { in testReadWriteOverride() local1003 expectedIntValues, availableFormatTag); in testReadWriteOverride()