1JSON::RPC::Test(3)    User Contributed Perl Documentation   JSON::RPC::Test(3)
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.36.0                      2022-07-22                JSON::RPC::Test(3)
Impressum