![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "utilstrencodings.h"#include "version.h"#include "serialize.h"#include "streams.h"#include <univalue.h>#include <boost/test/unit_test.hpp>Go to the source code of this file.
Functions | |
| UniValue | read_json (const std::string &jsondata) |
| template<typename T > | |
| void | expect_deser_same (const T &expected) |
| template<typename T , typename U > | |
| void | expect_test_vector (T &v, const U &expected) |
| void expect_deser_same | ( | const T & | expected | ) |
| void expect_test_vector | ( | T & | v, |
| const U & | expected | ||
| ) |
Definition at line 42 of file json_test_vectors.h.
| UniValue read_json | ( | const std::string & | jsondata | ) |
Definition at line 36 of file script_tests.cpp.