Fabcoin Core
0.16.2
P2P Digital Currency
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
wallet
test
wallet_test_fixture.h
Go to the documentation of this file.
1
// Copyright (c)2016-2017 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef FABCOIN_WALLET_TEST_FIXTURE_H
6
#define FABCOIN_WALLET_TEST_FIXTURE_H
7
8
#include <test/test_fabcoin.h>
9
12
struct
WalletTestingSetup
:
public
TestingSetup {
13
WalletTestingSetup
(
const
std::string& chainName =
CBaseChainParams::MAIN
);
14
~WalletTestingSetup
();
15
};
16
17
#endif
18
CBaseChainParams::MAIN
static const std::string MAIN
BIP70 chain name strings (main, test or regtest)
Definition:
chainparamsbase.h:20
WalletTestingSetup::~WalletTestingSetup
~WalletTestingSetup()
Definition:
wallet_test_fixture.cpp:27
WalletTestingSetup
Testing setup and teardown for wallet.
Definition:
wallet_test_fixture.h:12
WalletTestingSetup::WalletTestingSetup
WalletTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)
Definition:
wallet_test_fixture.cpp:13
Generated on Mon Oct 22 2018 15:15:40 for Fabcoin Core by
1.8.11