Help for this page
package BossClass; ... ... my $res = $obj->do_it(...); ... }
use Test::More; use Test::Resub qw/ resub /; ... my $args = $mocker->args; # Tests check the args BossClass provided to the chosen constructor # and the do_it method are as expected