|
void | test_peel_name (std::string s, std::string const &expected, std::string const &expected_remainder) |
|
void | test_peel_leading_slash (std::string s, std::string const &expected, bool should_be_found) |
|
void | test_peel_trailing_slashstar (std::string s, std::string const &expected_remainder, bool should_be_found) |
|
void | test_find_one (Source &root, Source *expected, std::string const &name) |
|
void | test_find_path (Source &root, std::string const &path, Source *expected) |
|
void | test_find_one_deep (Source &root, std::string const &name, Source *expected) |
|
void | test_find (Source &root, std::string path, Source *expected, bool expected_star) |
|
void | run () override |
|
◆ Source
◆ test_peel_name()
◆ test_peel_leading_slash()
void beast::PropertyStream_test::test_peel_leading_slash |
( |
std::string |
s, |
|
|
std::string const & |
expected, |
|
|
bool |
should_be_found |
|
) |
| |
◆ test_peel_trailing_slashstar()
void beast::PropertyStream_test::test_peel_trailing_slashstar |
( |
std::string |
s, |
|
|
std::string const & |
expected_remainder, |
|
|
bool |
should_be_found |
|
) |
| |
◆ test_find_one()
◆ test_find_path()
◆ test_find_one_deep()
◆ test_find()
void beast::PropertyStream_test::test_find |
( |
Source & |
root, |
|
|
std::string |
path, |
|
|
Source * |
expected, |
|
|
bool |
expected_star |
|
) |
| |
◆ run()
void beast::PropertyStream_test::run |
( |
| ) |
|
|
override |