neobytes/src/test
Pieter Wuille c81394b975 Merge #10195: Switch chainstate db and cache to per-txout model
589827975 scripted-diff: various renames for per-utxo consistency (Pieter Wuille)
a5e02bc7f Increase travis unit test timeout (Pieter Wuille)
73de2c1ff Rename CCoinsCacheEntry::coins to coin (Pieter Wuille)
119e552f7 Merge CCoinsViewCache's GetOutputFor and AccessCoin (Pieter Wuille)
580b02309 [MOVEONLY] Move old CCoins class to txdb.cpp (Pieter Wuille)
8b25d2c0c Upgrade from per-tx database to per-txout (Pieter Wuille)
b2af357f3 Reduce reserved memory space for flushing (Pieter Wuille)
41aa5b79a Pack Coin more tightly (Pieter Wuille)
97072d668 Remove unused CCoins methods (Pieter Wuille)
ce23efaa5 Extend coins_tests (Pieter Wuille)
508307968 Switch CCoinsView and chainstate db from per-txid to per-txout (Pieter Wuille)
4ec0d9e79 Refactor GetUTXOStats in preparation for per-COutPoint iteration (Pieter Wuille)
13870b56f Replace CCoins-based CTxMemPool::pruneSpent with isSpent (Pieter Wuille)
05293f3cb Remove ModifyCoins/ModifyNewCoins (Pieter Wuille)
961e48397 Switch tests from ModifyCoins to AddCoin/SpendCoin (Pieter Wuille)
8b3868c1b Switch CScriptCheck to use Coin instead of CCoins (Pieter Wuille)
c87b957a3 Only pass things committed to by tx's witness hash to CScriptCheck (Matt Corallo)
f68cdfe92 Switch from per-tx to per-txout CCoinsViewCache methods in some places (Pieter Wuille)
000391132 Introduce new per-txout CCoinsViewCache functions (Pieter Wuille)
bd83111a0 Optimization: Coin&& to ApplyTxInUndo (Pieter Wuille)
cb2c7fdac Replace CTxInUndo with Coin (Pieter Wuille)
422634e2f Introduce Coin, a single unspent output (Pieter Wuille)
7d991b55d Store/allow tx metadata in all undo records (Pieter Wuille)
c3aa0c119 Report on-disk size in gettxoutsetinfo (Pieter Wuille)
d34242430 Remove/ignore tx version in utxo and undo (Pieter Wuille)
7e0032290 Add specialization of SipHash for 256 + 32 bit data (Pieter Wuille)
e484652fc Introduce CHashVerifier to hash read data (Pieter Wuille)
f54580e7e error() in disconnect for disk corruption, not inconsistency (Pieter Wuille)
e66dbde6d Add SizeEstimate to CDBBatch (Pieter Wuille)

Tree-SHA512: ce1fb1e40c77d38915cd02189fab7a8b125c7f44d425c85579d872c3bede3a437760997907c99d7b3017ced1c2de54b2ac7223d99d83a6658fe5ef61edef1de3
2017-10-31 21:19:11 +01:00
..
data Validate proposals on prepare and submit (#1488) 2017-06-26 16:56:29 +03:00
accounting_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
addrman_tests.cpp Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
alert_tests.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
allocator_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
arith_uint256_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
base32_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
base58_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
base64_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
bctest.py [qa] py2: Unfiddle strings into bytes explicitly 2016-04-15 09:55:12 +02:00
bip32_tests.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
bip39_tests.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
bitcoin-util-test.py
bloom_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
bswap_tests.cpp fixed protobuf 3.0 (byteswap) issue on macOS (#1370) 2017-02-28 13:00:02 +04:00
buildenv.py.in
cachemap_tests.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
cachemultimap_tests.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
checkblock_tests.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
coins_tests.cpp Merge #10195: Switch chainstate db and cache to per-txout model 2017-10-31 21:19:11 +01:00
compress_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
crypto_tests.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
dbwrapper_tests.cpp Merge #7927: Minor changes to dbwrapper to simplify support for other databases 2017-10-19 10:51:06 +02:00
DoS_tests.cpp Backport Bitcoin PR#9609: net: fix remaining net assertions (#1575) + Dashify 2017-08-17 21:37:22 +03:00
getarg_tests.cpp more bitcoin->dash 2016-03-04 12:09:03 +03:00
governance_validators_tests.cpp Validate proposals on prepare and submit (#1488) 2017-06-26 16:56:29 +03:00
hash_tests.cpp Merge #10195: Switch chainstate db and cache to per-txout model 2017-10-31 21:19:11 +01:00
key_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
limitedmap_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
main_tests.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
Makefile
mempool_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
merkle_tests.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 1 (#1614) 2017-09-07 18:59:00 +03:00
miner_tests.cpp Revert "fix BIP68 granularity and mask (#1641)" (#1647) 2017-09-21 16:58:23 +03:00
multisig_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
net_tests.cpp Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
netbase_tests.cpp Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
pmt_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
policyestimator_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
pow_tests.cpp Fixed pow (test and algo) (#1415) 2017-04-11 13:55:07 +03:00
prevector_tests.cpp Minimal fix to slow prevector tests as stopgap measure 2017-05-12 00:58:36 +03:00
ratecheck_tests.cpp Fix MasternodeRateCheck (#1490) 2017-08-23 17:22:23 +03:00
README.md Merge #945: More dash->dashcore 2016-08-19 05:46:30 -06:00
reverselock_tests.cpp c++11: don't throw from the reverselock destructor (#1421) 2017-04-11 13:55:41 +03:00
rpc_tests.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +03:00
rpc_wallet_tests.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
sanity_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
scheduler_tests.cpp Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
script_P2PKH_tests.cpp fix tests 2016-07-19 11:15:54 +03:00
script_P2SH_tests.cpp Merge #10195: Switch chainstate db and cache to per-txout model 2017-10-31 21:19:11 +01:00
script_tests.cpp Rename bitcoinconsensus library to dashconsensus. (#1432) 2017-04-15 09:29:09 +02:00
scriptnum10.h
scriptnum_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
serialize_tests.cpp Backport Bitcoin PR#8708: net: have CConnman handle message sending (#1553) 2017-07-27 17:28:05 +03:00
sighash_tests.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
sigopcount_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
skiplist_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
streams_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
test_dash.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
test_dash.h Backport Bitcoin PR#8085: p2p: Begin encapsulation (#1537) 2017-07-21 12:35:19 +03:00
timedata_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
transaction_tests.cpp Merge #10195: Switch chainstate db and cache to per-txout model 2017-10-31 21:19:11 +01:00
txvalidationcache_tests.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
uint256_tests.cpp Fix tests 2016-03-04 06:52:57 +01:00
univalue_tests.cpp fix annoying compiler warnings (#1204) 2016-12-14 17:33:46 +04:00
util_tests.cpp Replace watchdogs with ping (#1491) 2017-07-04 20:31:57 +03:00
versionbits_tests.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00

Notes

The sources in this directory are unit test cases. Boost includes a unit testing framework, and since Dash Core already uses boost, it makes sense to simply use this framework rather than require developers to configure some other framework (we want as few impediments to creating unit tests as possible).

The build system is setup to compile an executable called "test_dash" that runs all of the unit tests. The main source file is called test_dash.cpp, which simply includes other files that contain the actual unit tests (outside of a couple required preprocessor directives). The pattern is to create one test file for each class or source file for which you want to create unit tests. The file naming convention is "<source_filename>_tests.cpp" and such files should wrap their tests in a test suite called "<source_filename>_tests". For an examples of this pattern, examine uint160_tests.cpp and uint256_tests.cpp.

Add the source files to /src/Makefile.test.include to add them to the build.

For further reading, I found the following website to be helpful in explaining how the boost unit test framework works: http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/.

test_dash has some built-in command-line arguments; for example, to run just the getarg_tests verbosely:

test_dash --log_level=all --run_test=getarg_tests

... or to run just the doubledash test:

test_dash --run_test=getarg_tests/doubledash

Run test_dash --help for the full list.