127128129130131132133
assertEquals(-1, values.ints[0]); } @Test public void testSimpleInt() throws Exception { encoderTest(new SimpleIntEncoder(), data, data); }