Searched refs:expectedEntryCount (Results 1 – 1 of 1) sorted by relevance
117 short expectedEntryCount = (short)(bytes[8] << 8 | bytes[9]); in testConstantPool001() local120 …assertEquals(thisCommandName + "returned invalid entry count,", expectedEntryCount, returnedEntryC… in testConstantPool001()