byte[] src, int srcOffset) {
Class<?>[] argCls = new Class[]{int.class, Geometry.class, CHS.class, int.class, boolean.class, int.class,
byte[].class, int.class};
Object[] args = new Object[]{new Integer(drive), geometry, chs, new Integer(currentSectorSize),
Boolean.valueOf(b), new Integer(gap1Size), src, new Integer(srcOffset)};
MockInitializer initializer = new MockInitializer() {
public void init(Mock mockCmd) {
mockCmd.expects(testCase.atLeastOnce()).method("hasError").withNoArguments().
will(new ReturnStub(Boolean.FALSE));
}
};