QVERIFY_EXCEPTION_THROWN(RPCConsole::RPCExecuteCommandLine(result,"a(getblockchaininfo(True))"),UniValue);//method not found
#endif
(RPCConsole::RPCExecuteCommandLine(result,"getblockchaininfo()[\"chain\"]"));//Quote path identifier are allowed, but look after a child contaning the quotes in the key
(RPCConsole::RPCExecuteCommandLine(result,"getblockchaininfo()[\"chain\"]"));//Quote path identifier are allowed, but look after a child contaning the quotes in the key
QVERIFY_EXCEPTION_THROWN(RPCConsole::RPCExecuteCommandLine(result,"a(getblockchaininfo(True))"),UniValue);//method not found
QVERIFY_EXCEPTION_THROWN(RPCConsole::RPCExecuteCommandLine(result,"rpcNestedTest abc,,abc"),std::runtime_error);//don't tollerate empty arguments when using ,
QVERIFY_EXCEPTION_THROWN(RPCConsole::RPCExecuteCommandLine(result,"rpcNestedTest(abc,,abc)"),std::runtime_error);//don't tollerate empty arguments when using ,
QVERIFY_EXCEPTION_THROWN(RPCConsole::RPCExecuteCommandLine(result,"rpcNestedTest(abc,,)"),std::runtime_error);//don't tollerate empty arguments when using ,