Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^1: Testing Wrapped LDAP Classes

by yulivee07 (Sexton)
on Dec 06, 2016 at 11:13 UTC ( #1177301=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub search_ldap {                                                     
    +                                                                     
    +                                                                 
        my ( $self, $ldap ) = @_; 
    ...
        return $ldap;
     
    }
    
  2. or download this
    my $m = Mock::Sub->new;                 
    my $ldap = Utils::Ldap::CompanyLdap->new;                             
    +                                                                     
    +                                                                     
    +       
    ...
                                         
    is $mocked_sub->called, 1, "searchUser() called ok";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2023-11-28 11:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?