COOPENOMICS
v1
Кооперативная Экономика
|
#include <boost/test/unit_test.hpp>
#include <cstdlib>
#include <eosio/chain/contract_table_objects.hpp>
#include <eosio/chain/exceptions.hpp>
#include <eosio/chain/global_property_object.hpp>
#include <eosio/chain/resource_limits.hpp>
#include <eosio/chain/wast_to_wasm.hpp>
#include <fc/log/logger.hpp>
#include <iostream>
#include <sstream>
#include "eosio.system_tester.hpp"
Классы | |
struct | limitauth_tester |
Функции | |
BOOST_FIXTURE_TEST_CASE (native_tests, limitauth_tester) | |
BOOST_FIXTURE_TEST_CASE (extended_empty_tests, limitauth_tester) | |
BOOST_FIXTURE_TEST_CASE (extended_matching_tests, limitauth_tester) | |
BOOST_FIXTURE_TEST_CASE (allow_perms_tests, limitauth_tester) | |
BOOST_FIXTURE_TEST_CASE (disallow_perms_tests, limitauth_tester) | |
Переменные | |
const auto | owner = "owner"_n |
const auto | active = "active"_n |
const auto | admin = "admin"_n |
const auto | admin2 = "admin2"_n |
const auto | freebie = "freebie"_n |
const auto | freebie2 = "freebie2"_n |
const auto | alice = "alice1111111"_n |
const auto | bob = "bob111111111"_n |
BOOST_FIXTURE_TEST_CASE | ( | allow_perms_tests | , |
limitauth_tester | |||
) |
BOOST_FIXTURE_TEST_CASE | ( | disallow_perms_tests | , |
limitauth_tester | |||
) |
BOOST_FIXTURE_TEST_CASE | ( | extended_empty_tests | , |
limitauth_tester | |||
) |
BOOST_FIXTURE_TEST_CASE | ( | extended_matching_tests | , |
limitauth_tester | |||
) |
BOOST_FIXTURE_TEST_CASE | ( | native_tests | , |
limitauth_tester | |||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |