logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

JSON::RPC::Test - Simple Wrapper To Test Your JSON::RPC

Contents

Name

       JSON::RPC::Test - Simple Wrapper To Test Your JSON::RPC

Synopsis

           use JSON::RPC::Test;

           test_rpc $dispatch, sub {
               ...
           };

           # or
           test_rpc
               dispatch => $dispatch,
               client   => sub {
                   ...
               }
           ;

perl v5.40.0                                       2024-09-25                               JSON::RPC::Test(3pm)

See Also