1JSON::RPC::Test(3pm)  User Contributed Perl Documentation JSON::RPC::Test(3pm)
2
3
4

NAME

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

SYNOPSIS

9           use JSON::RPC::Test;
10
11           test_rpc $dispatch, sub {
12               ...
13           };
14
15           # or
16           test_rpc
17               dispatch => $dispatch,
18               client   => sub {
19                   ...
20               }
21           ;
22
23
24
25perl v5.38.0                      2023-07-20              JSON::RPC::Test(3pm)
Impressum