Wire Sysio Wire Sysion 1.0.0
|
Functions | |
const std::string | repeat_chars (repeat_char_num, 'a') |
Variables | |
constexpr size_t | exception_limit_size = 250 |
const json::yield_function_t | yield_deadline_exception_at_start |
const json::yield_function_t | yield_deadline_exception_in_mid |
const json::yield_function_t | yield_length_exception |
const json::yield_function_t | yield_no_limitation |
const auto | time_except_verf_func |
const auto | length_limit_except_verf_func |
constexpr size_t | repeat_char_num = 512 |
const string | escape_input_str |
const std::string json_test_util::repeat_chars | ( | repeat_char_num | , |
'a' | ) |
const string json_test_util::escape_input_str |
Definition at line 42 of file test_json.cpp.
|
constexpr |
Definition at line 12 of file test_json.cpp.
const auto json_test_util::length_limit_except_verf_func |
Definition at line 36 of file test_json.cpp.
|
constexpr |
Definition at line 40 of file test_json.cpp.
const auto json_test_util::time_except_verf_func |
Definition at line 32 of file test_json.cpp.
const json::yield_function_t json_test_util::yield_deadline_exception_at_start |
Definition at line 14 of file test_json.cpp.
const json::yield_function_t json_test_util::yield_deadline_exception_in_mid |
Definition at line 18 of file test_json.cpp.
const json::yield_function_t json_test_util::yield_length_exception |
Definition at line 24 of file test_json.cpp.
const json::yield_function_t json_test_util::yield_no_limitation |
Definition at line 28 of file test_json.cpp.