Fabcoin Core
0.16.2
P2P Digital Currency
|
Public Member Functions | |
EthereumPeerTestFixture () | |
Public Member Functions inherited from dev::test::TestOutputHelper | |
TestOutputHelper () | |
~TestOutputHelper () | |
Public Attributes | |
MockHostCapability | hostCap |
shared_ptr< MockSession > | session |
shared_ptr< MockEthereumPeerObserver > | observer |
uint8_t | offset |
EthereumPeer | peer |
Additional Inherited Members | |
Static Public Member Functions inherited from dev::test::TestOutputHelper | |
static void | initTest (int _maxTests=1) |
static void | initTest (json_spirit::mValue &_v) |
static bool | passTest (json_spirit::mObject &_o, std::string &_testName) |
static void | setMaxTests (int _count) |
static void | setCurrentTestFileName (std::string _name) |
static std::string const & | testName () |
static std::string const & | caseName () |
static std::string const & | testFileName () |
static void | finishTest () |
static void | printTestExecStats () |
Definition at line 105 of file EthereumPeerTest.cpp.
|
inline |
Definition at line 108 of file EthereumPeerTest.cpp.
MockHostCapability EthereumPeerTestFixture::hostCap |
Definition at line 117 of file EthereumPeerTest.cpp.
shared_ptr<MockEthereumPeerObserver> EthereumPeerTestFixture::observer |
Definition at line 119 of file EthereumPeerTest.cpp.
uint8_t EthereumPeerTestFixture::offset |
Definition at line 120 of file EthereumPeerTest.cpp.
EthereumPeer EthereumPeerTestFixture::peer |
Definition at line 121 of file EthereumPeerTest.cpp.
shared_ptr<MockSession> EthereumPeerTestFixture::session |
Definition at line 118 of file EthereumPeerTest.cpp.