Wire Sysio Wire Sysion 1.0.0
|
#include <sysio/chain/controller.hpp>
#include <sysio/chain/asset.hpp>
#include <sysio/chain/contract_table_objects.hpp>
#include <sysio/chain/account_object.hpp>
#include <sysio/chain/abi_serializer.hpp>
#include <sysio/chain/unapplied_transaction_queue.hpp>
#include <fc/io/json.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/tuple/tuple_io.hpp>
#include <iosfwd>
#include <optional>
Go to the source code of this file.
Classes | |
struct | boost::test_tools::tt_detail::print_log_value< fc::variant > |
struct | boost::test_tools::tt_detail::print_log_value< fc::variant_object > |
struct | boost::test_tools::tt_detail::print_log_value< fc::variant_object::entry > |
struct | sysio::testing::mock::webauthn_private_key |
class | sysio::testing::base_tester |
class | sysio::testing::tester |
provides utility function to simplify the creation of unit tests More... | |
class | sysio::testing::validating_tester |
struct | sysio::testing::fc_exception_message_is |
struct | sysio::testing::fc_exception_message_starts_with |
struct | sysio::testing::fc_assert_exception_message_is |
struct | sysio::testing::fc_assert_exception_message_starts_with |
struct | sysio::testing::sysio_assert_message_is |
struct | sysio::testing::sysio_assert_message_starts_with |
struct | sysio::testing::sysio_assert_code_is |
Namespaces | |
namespace | boost |
namespace | boost::test_tools |
namespace | boost::test_tools::tt_detail |
namespace | sysio |
namespace | sysio::testing |
namespace | sysio::testing::mock |
Macros | |
#define | REQUIRE_EQUAL_OBJECTS(left, right) |
#define | REQUIRE_MATCHING_OBJECT(left, right) |
Typedefs | |
using | sysio::testing::subjective_restriction_map = std::map<builtin_protocol_feature_t, protocol_feature_subjective_restrictions> |
#define REQUIRE_EQUAL_OBJECTS | ( | left, | |
right ) |
Definition at line 15 of file tester.hpp.
#define REQUIRE_MATCHING_OBJECT | ( | left, | |
right ) |
Definition at line 19 of file tester.hpp.
sysio::chain::asset core_from_string | ( | const std::string & | s | ) |
std::ostream & operator<< | ( | std::ostream & | osm, |
const fc::variant & | v ) |
Definition at line 1277 of file tester.cpp.
std::ostream & operator<< | ( | std::ostream & | osm, |
const fc::variant_object & | v ) |
Definition at line 1283 of file tester.cpp.
std::ostream & operator<< | ( | std::ostream & | osm, |
const fc::variant_object::entry & | e ) |
Definition at line 1288 of file tester.cpp.