![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <boost/test/unit_test.hpp>
#include <boost/filesystem.hpp>
#include "db.h"
#include "txdb.h"
#include "main.h"
#include "wallet.h"
#include "util.h"
Go to the source code of this file.
Classes | |
struct | TestingSetup |
Macros | |
#define | BOOST_TEST_MODULE Feathercoin Test Suite |
Functions | |
void | noui_connect () |
BOOST_GLOBAL_FIXTURE (TestingSetup) | |
void | Shutdown (void *parg) |
void | StartShutdown () |
Variables | |
CWallet * | pwalletMain |
CClientUIInterface | uiInterface |
bool | fPrintToConsole |
#define BOOST_TEST_MODULE Feathercoin Test Suite |
Definition at line 1 of file test_bitcoin.cpp.
BOOST_GLOBAL_FIXTURE | ( | TestingSetup | ) |
void Shutdown | ( | void * | parg | ) |
Definition at line 57 of file test_bitcoin.cpp.
void StartShutdown | ( | ) |
Definition at line 62 of file test_bitcoin.cpp.
CWallet* pwalletMain |
Definition at line 11 of file test_bitcoin.cpp.
CClientUIInterface uiInterface |
Definition at line 12 of file test_bitcoin.cpp.