mockCmd.expects(testCase.atLeastOnce()).method("hasError").withNoArguments().
will(new ReturnStub(Boolean.FALSE));
}
};
FloppyDriveParametersCommand cmd = (FloppyDriveParametersCommand) MockUtils
.createMockObject(FloppyDriveParametersCommand.class, initializer, argCls, args);
return cmd;
}