Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Test::MockObject not showing args when mocking a sub

by jvector (Friar)
on May 27, 2009 at 14:45 UTC ( [id://766440]=note: print w/replies, xml ) Need Help??


in reply to Re: Test::MockObject not showing args when mocking a sub
in thread Test::MockObject not showing args when mocking a sub

OK, so the arg list in the mocked call gets a MockObject ref unshifted into the first position. Saying
$port->mock ('write', sub {my $Mock=shift;my $arg=shift;$arg=~s/\r/\n/g;print " +wrote $arg to the serial port\n";});
gives
wrote ATE0 to the serial port wrote AT+CMGF=1 to the serial port wrote AT+CPIN=9532 to the serial port wrote ATI to the serial port
Thank you!

This signature will be ready by Christmas

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://766440]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-16 22:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found