Bitcoin Core
28.99.0
P2P Digital Currency
src
qt
test
rpcnestedtests.h
Go to the documentation of this file.
1
// Copyright (c) 2016-2020 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 BITCOIN_QT_TEST_RPCNESTEDTESTS_H
6
#define BITCOIN_QT_TEST_RPCNESTEDTESTS_H
7
8
#include <QObject>
9
#include <QTest>
10
11
namespace
interfaces
{
12
class
Node;
13
}
// namespace interfaces
14
15
class
RPCNestedTests
:
public
QObject
16
{
17
public
:
18
explicit
RPCNestedTests
(
interfaces::Node
&
node
) :
m_node
(
node
) {}
19
interfaces::Node
&
m_node
;
20
21
Q_OBJECT
22
23
private
Q_SLOTS:
24
void
rpcNestedTests
();
25
};
26
27
#endif
// BITCOIN_QT_TEST_RPCNESTEDTESTS_H
RPCNestedTests
Definition:
rpcnestedtests.h:16
RPCNestedTests::RPCNestedTests
RPCNestedTests(interfaces::Node &node)
Definition:
rpcnestedtests.h:18
RPCNestedTests::rpcNestedTests
void rpcNestedTests()
Definition:
rpcnestedtests.cpp:41
RPCNestedTests::m_node
interfaces::Node & m_node
Definition:
rpcnestedtests.h:19
interfaces::Node
Top-level interface for a bitcoin node (bitcoind process).
Definition:
node.h:71
interfaces
Definition:
interfaces.cpp:41
node
Definition:
messages.h:20
Generated on Wed Dec 18 2024 20:00:11 for Bitcoin Core by
1.9.4