![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Helper class for managing data when running state tests. More...
#include <test/libtesteth/TestHelper.h>#include <test/libtesteth/ImportTest.h>#include <test/libtesteth/TestOutputHelper.h>#include <test/libtesteth/BlockChainHelper.h>#include <test/libtesteth/Options.h>#include <test/libtestutils/Common.h>Go to the source code of this file.
Macros | |
| #define | CHECK(a, b) |
Functions | |
| void | parseJsonStrValueIntoVector (json_spirit::mValue const &_json, vector< string > &_out) |
| void | parseJsonIntValueIntoVector (json_spirit::mValue const &_json, vector< int > &_out) |
| template<class T > | |
| bool | inArray (vector< T > const &_array, const T _val) |
Helper class for managing data when running state tests.
Definition in file ImportTest.cpp.
| void parseJsonIntValueIntoVector | ( | json_spirit::mValue const & | _json, |
| vector< int > & | _out | ||
| ) |
Definition at line 445 of file ImportTest.cpp.
| void parseJsonStrValueIntoVector | ( | json_spirit::mValue const & | _json, |
| vector< string > & | _out | ||
| ) |
Definition at line 434 of file ImportTest.cpp.
1.8.11