![]() |
User Guide
|
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_string.hpp>
#include "utils/string_utils.hpp"
Go to the source code of this file.
Functions | |
TEST_CASE ("ends_with") | |
TEST_CASE ("starts_with") | |
TEST_CASE ("join_arguments") | |
TEST_CASE | ( | "ends_with" | ) |
Definition at line 8 of file string_utils.cpp.
TEST_CASE | ( | "join_arguments" | ) |
Definition at line 58 of file string_utils.cpp.
TEST_CASE | ( | "starts_with" | ) |
Definition at line 33 of file string_utils.cpp.