mc.reset();
cl.enteredPreviousComponent(0, ba1);
mc.replay();
cursor.setIndex(0);
cursor.get();
mc.verify();
}
public void testCompositeByteArray() throws Exception {
CompositeByteArray ba = new CompositeByteArray();
for (int i = 0; i < 1000; i += 100) {