Subject: | documented attribute mock_records not implemented |
The documentation says :
"mock_records
An arrayref of arrayrefs representing the records the mock statement
was stocked with."
Unfortunately this doesn't work because it's not recognised so I get the
"I don't know how to retrieve statement attribute 'mock_records'" error.
I'd really rather like to use this attribute in a class I'm using for
testing using DBD::Mock - it makes debugging considerably easier if I
can check results have been provided before trying to do stuff.