#include <boost/test/unit_test.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <sysio/testing/tester.hpp>
#include <sysio/chain/block_log.hpp>
#include <sysio/chain/wast_to_wasm.hpp>
#include <sysio/chain/sysio_contract.hpp>
#include <sysio/chain/generated_transaction_object.hpp>
#include <boost/iostreams/filtering_stream.hpp>
#include <boost/iostreams/copy.hpp>
#include <boost/iostreams/filter/gzip.hpp>
#include <fstream>
#include <contracts.hpp>
Go to the source code of this file.
◆ core_from_string()
Definition at line 18 of file tester.cpp.
18 {
20}
static asset from_string(const string &from)
◆ operator<<() [1/3]
std::ostream & operator<< |
( |
std::ostream & | osm, |
|
|
const fc::variant & | v ) |
Definition at line 1277 of file tester.cpp.
1277 {
1278
1280 return osm;
1281}
static string to_pretty_string(const variant &v, const yield_function_t &yield, const output_formatting format=output_formatting::stringify_large_ints_and_doubles)
◆ operator<<() [2/3]
Definition at line 1283 of file tester.cpp.
1283 {
1285 return osm;
1286}
stores null, int64, uint64, double, bool, string, std::vector<variant>, and variant_object's.
◆ operator<<() [3/3]
Definition at line 1288 of file tester.cpp.
1288 {
1289 osm <<
"{ " << e.
key() <<
": " << e.
value() <<
" }";
1290 return osm;
1291}
const string & key() const
const variant & value() const