User Guide
string_utils.cpp File Reference
#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")
 

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "ends_with"  )

Definition at line 8 of file string_utils.cpp.

◆ TEST_CASE() [2/3]

TEST_CASE ( "join_arguments"  )

Definition at line 58 of file string_utils.cpp.

◆ TEST_CASE() [3/3]

TEST_CASE ( "starts_with"  )

Definition at line 33 of file string_utils.cpp.