SQLUnit should support calling stored procedures using
named parameters in the XML test file.
This can be very useful when a stored procedure has
say 10 parameters but only 2 are mandatory.
It also aids maintenance, as when stored procedures
get updated we usually make the extra parameters
optional (default their values).