![]() |
QMCPACK
|
Include dependency graph for test_hdf_path.cpp:Go to the source code of this file.
Functions | |
| TEST_CASE ("hdf_path_constructor", "[hdf]") | |
| TEST_CASE ("hdf_path_append", "[hdf]") | |
| TEST_CASE ("hdf_path_concat", "[hdf]") | |
| TEST_CASE ("hdf_path_remove_path", "[hdf]") | |
| TEST_CASE ("hdf_path_replace_path", "[hdf]") | |
| TEST_CASE ("hdf_path_has_root_path", "[hdf]") | |
| TEST_CASE | ( | "hdf_path_constructor" | , |
| "" | [hdf] | ||
| ) |
Definition at line 17 of file test_hdf_path.cpp.
References qmcplusplus::REQUIRE(), and hdf_path::string().
| TEST_CASE | ( | "hdf_path_append" | , |
| "" | [hdf] | ||
| ) |
Definition at line 36 of file test_hdf_path.cpp.
References hdf_path::append(), qmcplusplus::REQUIRE(), and hdf_path::string().
| TEST_CASE | ( | "hdf_path_concat" | , |
| "" | [hdf] | ||
| ) |
Definition at line 75 of file test_hdf_path.cpp.
References hdf_path::concat(), qmcplusplus::REQUIRE(), and hdf_path::string().
| TEST_CASE | ( | "hdf_path_remove_path" | , |
| "" | [hdf] | ||
| ) |
Definition at line 94 of file test_hdf_path.cpp.
References hdf_path::remove_subgroup(), and qmcplusplus::REQUIRE().
| TEST_CASE | ( | "hdf_path_replace_path" | , |
| "" | [hdf] | ||
| ) |
Definition at line 133 of file test_hdf_path.cpp.
References hdf_path::replace_subgroup(), and qmcplusplus::REQUIRE().
| TEST_CASE | ( | "hdf_path_has_root_path" | , |
| "" | [hdf] | ||
| ) |
Definition at line 148 of file test_hdf_path.cpp.
References hdf_path::has_root_directory(), and qmcplusplus::REQUIRE().