Fabcoin Core  0.16.2
P2P Digital Currency
Functions
SecretStore.cpp File Reference
#include <fstream>
#include <boost/test/unit_test.hpp>
#include <boost/filesystem.hpp>
#include <json_spirit/JsonSpiritHeaders.h>
#include <libdevcrypto/SecretStore.h>
#include <libdevcore/CommonIO.h>
#include <libdevcore/TrieDB.h>
#include <libdevcore/TrieHash.h>
#include <libdevcore/TransientDirectory.h>
#include "MemTrie.h"
#include <test/libtesteth/TestHelper.h>
Include dependency graph for SecretStore.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (basic_tests)
 
 BOOST_AUTO_TEST_CASE (import_key_from_file)
 
 BOOST_AUTO_TEST_CASE (import_secret)
 
 BOOST_AUTO_TEST_CASE (import_secret_bytesConstRef)
 
 BOOST_AUTO_TEST_CASE (wrong_password)
 
 BOOST_AUTO_TEST_CASE (recode)
 

Function Documentation

BOOST_AUTO_TEST_CASE ( basic_tests  )

Definition at line 40 of file SecretStore.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( import_key_from_file  )

Definition at line 65 of file SecretStore.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( import_secret  )

Definition at line 108 of file SecretStore.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( import_secret_bytesConstRef  )

Definition at line 132 of file SecretStore.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( wrong_password  )

Definition at line 157 of file SecretStore.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( recode  )

Definition at line 182 of file SecretStore.cpp.

Here is the call graph for this function: