Fabcoin Core
0.16.2
P2P Digital Currency
|
#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>
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) | |
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 | ) |