aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/libtest_util
AgeCommit message (Collapse)Author
2023-05-03Introduce MockableDatabase for wallet unit testsAndrew Chow
MockableDatabase is a WalletDatabase that allows us to interact with the records to change them independently from the wallet, as well as changing the return values from within the tests. This will give us greater flexibility in testing the wallet.
2019-11-23Added libtest_util library to msvc build configuration.Aaron Clauson