23 #include <boost/filesystem/operations.hpp> 24 #include <boost/test/unit_test.hpp> 25 #include <boost/filesystem.hpp> 63 if (test::Options::get().wallet)
102 if (test::Options::get().wallet)
155 if (test::Options::get().wallet)
BOOST_AUTO_TEST_CASE(bcSimpleTransition)
static Options const & get(int argc=0, char **argv=0)
Get reference to options The first time used, options are parsed with argc, argv. ...
static eth::Network s_sealEngineNetwork
void userDefinedTest(std::function< void(json_spirit::mValue &, bool)> doTests)
std::string getTestPath()
void copyFile(std::string const &_source, std::string const &_destination)
#define BOOST_FIXTURE_TEST_SUITE(a, b)
#define BOOST_AUTO_TEST_SUITE_END()
void doBlockchainTests(json_spirit::mValue &_v, bool _fillin)
void executeTests(const string &_name, const string &_testPathAppendix, const string &_fillerPathAppendix, std::function< void(json_spirit::mValue &, bool)> doTests, bool _addFillerSuffix)
Helper functions to work with json::spirit and test files.
static void initTest(int _maxTests=1)