PIVX Core  5.6.99
P2P Digital Currency
Functions
json_test_vectors.h File Reference
#include "utilstrencodings.h"
#include "version.h"
#include "serialize.h"
#include "streams.h"
#include <univalue.h>
#include <boost/test/unit_test.hpp>
Include dependency graph for json_test_vectors.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ expect_deser_same()

template<typename T >
void expect_deser_same ( const T expected)

Definition at line 23 of file json_test_vectors.h.

Here is the caller graph for this function:

◆ expect_test_vector()

template<typename T , typename U >
void expect_test_vector ( T v,
const U &  expected 
)

Definition at line 42 of file json_test_vectors.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_json()

UniValue read_json ( const std::string &  jsondata)

Definition at line 36 of file script_tests.cpp.