Entry point for RPCConsole tests.
| 107 | |
| 108 | //! Entry point for RPCConsole tests. |
| 109 | void 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. |
| 116 | AppTests::HandleCallback::~HandleCallback() |
nothing calls this directly
no test coverage detected