Raven Core
3.0.0
P2P Digital Currency
src
wallet
test
wallet_test_fixture.h
Go to the documentation of this file.
1
// Copyright (c) 2016 The Bitcoin Core developers
2
// Copyright (c) 2017-2019 The Raven Core developers
3
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6
#ifndef RAVEN_WALLET_TEST_FIXTURE_H
7
#define RAVEN_WALLET_TEST_FIXTURE_H
8
9
#include "test/test_raven.h"
10
13
struct
WalletTestingSetup
:
public
TestingSetup
14
{
15
explicit
WalletTestingSetup
(
const
std::string &chainName =
CBaseChainParams::MAIN
);
16
17
~WalletTestingSetup
();
18
};
19
20
#endif
21
CBaseChainParams::MAIN
static const std::string MAIN
BIP70 chain name strings (main, test or regtest)
Definition:
chainparamsbase.h:21
WalletTestingSetup::~WalletTestingSetup
~WalletTestingSetup()
Definition:
wallet_test_fixture.cpp:28
WalletTestingSetup
Testing setup and teardown for wallet.
Definition:
wallet_test_fixture.h:13
WalletTestingSetup::WalletTestingSetup
WalletTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)
Definition:
wallet_test_fixture.cpp:14
Generated on Mon Jul 29 2019 02:32:21 for Raven Core by
1.8.13