Go to the source code of this file.
|
static void | require_equal (const OptionList &opt1, const OptionList &opt2, const std::string &title) |
|
static void | require_equal (const Buffer &buf1, const Buffer &buf2, const std::string &title) |
|
static std::string | get_csv (Buffer buf, const PCMode pc_mode, const std::string &prefix) |
|
static std::string | get_csv_from_frag (Buffer buf, const size_t index, const size_t size, const std::string &prefix) |
|
static std::string | random_term (RandomAPI &prng) |
|
static Option | random_opt (RandomAPI &prng) |
|
static OptionList | random_optionlist (RandomAPI &prng) |
|
static void | test_roundtrip (const OptionList &opt_orig, const std::string &prefix) |
|
static void | test_prefix_fragment (const std::string &prefix) |
|
static void | test_prefix_random (const std::string &prefix) |
|
| TEST (continuation, test_random_push_reply) |
|
| TEST (continuation, test_random_push_update) |
|
| TEST (continuation, test_fragment_push_reply) |
|
| TEST (continuation, test_fragment_push_update) |
|
| TEST (continuation, push_update_add) |
|
| TEST (continuation, push_update_add_unsupported) |
|
| TEST (continuation, push_update_remove) |
|
| TEST (continuation, push_update_add_multiple) |
|
◆ PCMode
◆ get_csv()
static std::string get_csv |
( |
Buffer |
buf, |
|
|
const PCMode |
pc_mode, |
|
|
const std::string & |
prefix |
|
) |
| |
|
static |
◆ get_csv_from_frag()
static std::string get_csv_from_frag |
( |
Buffer |
buf, |
|
|
const size_t |
index, |
|
|
const size_t |
size, |
|
|
const std::string & |
prefix |
|
) |
| |
|
static |
◆ random_opt()
◆ random_optionlist()
◆ random_term()
static std::string random_term |
( |
RandomAPI & |
prng | ) |
|
|
static |
◆ require_equal() [1/2]
static void require_equal |
( |
const Buffer & |
buf1, |
|
|
const Buffer & |
buf2, |
|
|
const std::string & |
title |
|
) |
| |
|
static |
◆ require_equal() [2/2]
static void require_equal |
( |
const OptionList & |
opt1, |
|
|
const OptionList & |
opt2, |
|
|
const std::string & |
title |
|
) |
| |
|
static |
◆ TEST() [1/8]
TEST |
( |
continuation |
, |
|
|
push_update_add |
|
|
) |
| |
◆ TEST() [2/8]
TEST |
( |
continuation |
, |
|
|
push_update_add_multiple |
|
|
) |
| |
◆ TEST() [3/8]
TEST |
( |
continuation |
, |
|
|
push_update_add_unsupported |
|
|
) |
| |
◆ TEST() [4/8]
TEST |
( |
continuation |
, |
|
|
push_update_remove |
|
|
) |
| |
◆ TEST() [5/8]
TEST |
( |
continuation |
, |
|
|
test_fragment_push_reply |
|
|
) |
| |
◆ TEST() [6/8]
TEST |
( |
continuation |
, |
|
|
test_fragment_push_update |
|
|
) |
| |
◆ TEST() [7/8]
TEST |
( |
continuation |
, |
|
|
test_random_push_reply |
|
|
) |
| |
◆ TEST() [8/8]
TEST |
( |
continuation |
, |
|
|
test_random_push_update |
|
|
) |
| |
◆ test_prefix_fragment()
static void test_prefix_fragment |
( |
const std::string & |
prefix | ) |
|
|
static |
◆ test_prefix_random()
static void test_prefix_random |
( |
const std::string & |
prefix | ) |
|
|
static |
◆ test_roundtrip()
static void test_roundtrip |
( |
const OptionList & |
opt_orig, |
|
|
const std::string & |
prefix |
|
) |
| |
|
static |