Skip Menu |

This queue is for tickets about the Test-CallFlow CPAN distribution.

Report information
The Basics
Id: 43203
Status: new
Priority: 0/
Queue: Test-CallFlow

People
Owner: Nobody in particular
Requestors: Kalle.Hallivuori [...] ascom.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: be clever about calls through classes under test to mocked base classes
Date: Wed, 11 Feb 2009 16:27:50 +0200
To: bug-test-callflow [...] rt.cpan.org
From: Kalle Hallivuori <Kalle.Hallivuori [...] ascom.com>
# calls from object under test to base classes would cause the class under test to be mocked # so we have to explain the calls to mocker in detail $mocker->mock_call( 'XXX::YYY', arg_any(2) ) ->result();