MCPcopy Create free account
hub / github.com/ElementsProject/elements / consoleTests

Method consoleTests

src/qt/test/apptests.cpp:109–113  ·  view source on GitHub ↗

Entry point for RPCConsole tests.

Source from the content-addressed store, hash-verified

107
108//! Entry point for RPCConsole tests.
109void AppTests::consoleTests(RPCConsole* console)
110{
111 HandleCallback callback{"consoleTests", *this};
112 TestRpcCommand(console);
113}
114
115//! Destructor to shut down after the last expected callback completes.
116AppTests::HandleCallback::~HandleCallback()

Callers

nothing calls this directly

Calls 1

TestRpcCommandFunction · 0.85

Tested by

no test coverage detected