reqresp-noparam.js 156 B

1234
  1. // This test checks that calls with no parameters work.
  2. --> {"jsonrpc":"2.0","method":"test_noArgsRets","id":3}
  3. <-- {"jsonrpc":"2.0","id":3,"result":null}