Searched refs:environment_variable_name (Results 1 – 1 of 1) sorted by relevance
36 const char* environment_variable_name = "TEST_VARIABLE_NAME"; variable53 utils::SetEnv(environment_variable_name, test_case.first.c_str()); in set_and_get_test_variable()54 T result = environment_variable_getter(environment_variable_name); in set_and_get_test_variable()56 utils::SetEnv(environment_variable_name, ""); in set_and_get_test_variable()218 REQUIRE_MESSAGE(environment_variables_handler(environment_variable_name) == wrong_result, in test_environment_variable()