Searched refs:expectedIntValues (Results 1 – 1 of 1) sorted by relevance
627 int[] expectedIntValues = new int[] { in testReadWriteEnumWithCustomValues() local637 assertEquals(expectedIntValues.length * 4, availableFormatValues.length); in testReadWriteEnumWithCustomValues()638 for (int i = 0; i < expectedIntValues.length; ++i) { in testReadWriteEnumWithCustomValues()639 assertEquals(expectedIntValues[i], bf.getInt()); in testReadWriteEnumWithCustomValues()998 int[] expectedIntValues = new int[] { in testReadWriteOverride() local1011 expectedIntValues, availableFormatTag); in testReadWriteOverride()