Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
EthereumPeerTestFixture Class Reference
Inheritance diagram for EthereumPeerTestFixture:
[legend]
Collaboration diagram for EthereumPeerTestFixture:
[legend]

Public Member Functions

 EthereumPeerTestFixture ()
 
- Public Member Functions inherited from dev::test::TestOutputHelper
 TestOutputHelper ()
 
 ~TestOutputHelper ()
 

Public Attributes

MockHostCapability hostCap
 
shared_ptr< MockSessionsession
 
shared_ptr< MockEthereumPeerObserverobserver
 
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 ()
 

Detailed Description

Definition at line 105 of file EthereumPeerTest.cpp.

Constructor & Destructor Documentation

EthereumPeerTestFixture::EthereumPeerTestFixture ( )
inline

Definition at line 108 of file EthereumPeerTest.cpp.

Member Data Documentation

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.


The documentation for this class was generated from the following file: