Wed Feb 11 09:16:53 2009Kalle.Hallivuori [...] ascom.com - Ticket created
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();