#include <apptests.h>
|
void | expectCallback (std::string callback) |
| Add expected callback name to list of pending callbacks. More...
|
|
Definition at line 17 of file apptests.h.
◆ AppTests()
◆ appTests
void AppTests::appTests |
( |
| ) |
|
|
privateslot |
◆ consoleTests
void AppTests::consoleTests |
( |
RPCConsole * |
console | ) |
|
|
privateslot |
◆ expectCallback()
void AppTests::expectCallback |
( |
std::string |
callback | ) |
|
|
inlineprivate |
Add expected callback name to list of pending callbacks.
Definition at line 30 of file apptests.h.
◆ guiTests
◆ m_app
Bitcoin application.
Definition at line 41 of file apptests.h.
◆ m_callbacks
std::multiset<std::string> AppTests::m_callbacks |
|
private |
Set of pending callback names.
Used to track expected callbacks and shut down the app after the last callback has been handled and all tests have either run or thrown exceptions. This could be a simple int counter instead of a set of names, but the names might be useful for debugging.
Definition at line 47 of file apptests.h.
The documentation for this class was generated from the following files: