Go to the source code of this file.
Functions | |
| static void | EXPECT_EQ (const std::string &a, const std::string &b) |
| static void | EXPECT_EQ (const nlohmann::json_uri &a, const std::string &b) |
| static void | paths (json_uri start, const std::string &full, const std::string &full_path, const std::string &no_path) |
| static void | pointer_plain_name (json_uri start, const std::string &full, const std::string &full_path, const std::string &no_path) |
| int | main (void) |
Variables | |
| static int | errors |
|
static |
Definition at line 27 of file uri.cpp.
References EXPECT_EQ(), and nlohmann::json_uri::to_string().
Referenced by paths(), and pointer_plain_name().
|
static |
Definition at line 19 of file uri.cpp.
References errors.
Referenced by EXPECT_EQ(), and pointer_plain_name().
| int main | ( | void | ) |
Definition at line 86 of file uri.cpp.
References errors, nlohmann::json_uri::json_uri(), paths(), and pointer_plain_name().
|
static |
Definition at line 32 of file uri.cpp.
References nlohmann::json_uri::derive(), and EXPECT_EQ().
Referenced by main().
|
static |
Definition at line 61 of file uri.cpp.
References nlohmann::json_uri::derive(), EXPECT_EQ(), EXPECT_EQ(), nlohmann::json_uri::identifier(), and nlohmann::json_uri::pointer().
Referenced by main().
|
static |
Definition at line 17 of file uri.cpp.
Referenced by EXPECT_EQ(), and main().