Currently the proxy generated by MockResultSet quietly returns null when it is
invoked for a method that it does not implement. This may lead to strange an
unexpected errors in other places. Please make it throw an
UnsupportedOperationException instead.
Michael