Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Macros | Functions | Variables
test_bitcoin.cpp File Reference
#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"
Include dependency graph for test_bitcoin.cpp:

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

CWalletpwalletMain
 
CClientUIInterface uiInterface
 
bool fPrintToConsole
 

Macro Definition Documentation

#define BOOST_TEST_MODULE   Feathercoin Test Suite

Definition at line 1 of file test_bitcoin.cpp.

Function Documentation

BOOST_GLOBAL_FIXTURE ( TestingSetup  )
void noui_connect ( )

Definition at line 45 of file noui.cpp.

void Shutdown ( void *  parg)

Definition at line 57 of file test_bitcoin.cpp.

void StartShutdown ( )

Definition at line 62 of file test_bitcoin.cpp.

Variable Documentation

bool fPrintToConsole

Definition at line 75 of file util.cpp.

CWallet* pwalletMain

Definition at line 11 of file test_bitcoin.cpp.

CClientUIInterface uiInterface

Definition at line 12 of file test_bitcoin.cpp.