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, TestRandomPushReply) |
| |
| | TEST (Continuation, TestRandomPushUpdate) |
| |
| | TEST (Continuation, TestFragmentPushReply) |
| |
| | TEST (Continuation, TestFragmentPushUpdate) |
| |
| | TEST (Continuation, PushUpdateAdd) |
| |
| | TEST (Continuation, PushUpdateAddUnsupported) |
| |
| | TEST (Continuation, PushUpdateRemove) |
| |
| | TEST (Continuation, PushUpdateAddMultiple) |
| |
◆ 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 |
, |
|
|
PushUpdateAdd |
|
|
) |
| |
◆ TEST() [2/8]
| TEST |
( |
Continuation |
, |
|
|
PushUpdateAddMultiple |
|
|
) |
| |
◆ TEST() [3/8]
| TEST |
( |
Continuation |
, |
|
|
PushUpdateAddUnsupported |
|
|
) |
| |
◆ TEST() [4/8]
| TEST |
( |
Continuation |
, |
|
|
PushUpdateRemove |
|
|
) |
| |
◆ TEST() [5/8]
| TEST |
( |
Continuation |
, |
|
|
TestFragmentPushReply |
|
|
) |
| |
◆ TEST() [6/8]
| TEST |
( |
Continuation |
, |
|
|
TestFragmentPushUpdate |
|
|
) |
| |
◆ TEST() [7/8]
| TEST |
( |
Continuation |
, |
|
|
TestRandomPushReply |
|
|
) |
| |
◆ TEST() [8/8]
| TEST |
( |
Continuation |
, |
|
|
TestRandomPushUpdate |
|
|
) |
| |
◆ 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 |