548549550551552553554555556557558
errorCollector.assertEquals(x, d); x--; } x = 10; byte[] dd = new byte[10]; v.copyTo(dd); for (int i = 0; i < v.size(); i++) { errorCollector.assertEquals(x, dd[i]); x--; } errorCollector.assertTrue(v.equalsTo(new byte[] { 10,9,8,7,6,5,4 }));