Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Macros | Typedefs | Functions
wallet_tests.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "main.h"
#include "wallet.h"
Include dependency graph for wallet_tests.cpp:

Go to the source code of this file.

Macros

#define RUN_TESTS   100
 
#define RANDOM_REPEATS   5
 

Typedefs

typedef set< pair< const
CWalletTx *, unsigned int > > 
CoinSet
 

Functions

 BOOST_AUTO_TEST_CASE (coin_selection_tests)
 

Macro Definition Documentation

#define RANDOM_REPEATS   5

Definition at line 11 of file wallet_tests.cpp.

#define RUN_TESTS   100

Definition at line 7 of file wallet_tests.cpp.

Typedef Documentation

typedef set<pair<const CWalletTx*,unsigned int> > CoinSet

Definition at line 15 of file wallet_tests.cpp.

Function Documentation

BOOST_AUTO_TEST_CASE ( coin_selection_tests  )

Definition at line 55 of file wallet_tests.cpp.