Electroneum
WalletManagerMainnetTest Struct Reference
Inheritance diagram for WalletManagerMainnetTest:
Collaboration diagram for WalletManagerMainnetTest:

Public Member Functions

 WalletManagerMainnetTest ()
 
 ~WalletManagerMainnetTest ()
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
virtual ~Test ()
 

Public Attributes

Electroneum::WalletManagerwmgr
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Detailed Description

Definition at line 165 of file main.cpp.

Constructor & Destructor Documentation

◆ WalletManagerMainnetTest()

WalletManagerMainnetTest::WalletManagerMainnetTest ( )
inline

Definition at line 170 of file main.cpp.

171  {
172  std::cout << __FUNCTION__ << std::endl;
175  }
Electroneum::WalletManager * wmgr
Definition: main.cpp:167
static WalletManager * getWalletManager()
static void deleteWallet(const std::string &walletname)
Definition: main.cpp:103
const char * WALLET_NAME_MAINNET
Definition: main.cpp:64
Here is the call graph for this function:

◆ ~WalletManagerMainnetTest()

WalletManagerMainnetTest::~WalletManagerMainnetTest ( )
inline

Definition at line 178 of file main.cpp.

179  {
180  std::cout << __FUNCTION__ << std::endl;
181  }

Member Data Documentation

◆ wmgr

Electroneum::WalletManager* WalletManagerMainnetTest::wmgr

Definition at line 167 of file main.cpp.


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