Searched refs:get_variable (Results 1 – 5 of 5) sorted by relevance
32 ATF_TEST_CASE(get_variable);33 ATF_TEST_CASE_HEAD(get_variable) in ATF_TEST_CASE_HEAD() argument37 ATF_TEST_CASE_BODY(get_variable) in ATF_TEST_CASE_BODY() argument45 ATF_ADD_TEST_CASE(tcs, get_variable); in ATF_INIT_TEST_CASES()
95 ATF_REQUIRE_EQ("first-value", templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()105 ATF_REQUIRE_EQ("second-value", templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()114 templates.get_variable("the-name"); // Should not throw. in ATF_TEST_CASE_BODY()116 ATF_REQUIRE_THROW(text::syntax_error, templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()192 ATF_REQUIRE_EQ("", templates.get_variable("foo")); in ATF_TEST_CASE_BODY()193 ATF_REQUIRE_EQ(" baz ", templates.get_variable("bar")); in ATF_TEST_CASE_BODY()203 templates.get_variable("foo ")); in ATF_TEST_CASE_BODY()
106 const std::string& get_variable(const std::string&) const;
345 _templates.get_variable(loop.iterator)); in handle_normal()624 text::templates_def::get_variable(const std::string& name) const in get_variable() function in text::templates_def665 const std::string& index_str = get_variable(index_name); in get_vector()701 return get_variable(expression); in evaluate()
284 debug config1:get_variable287 debug config2:get_variable290 debug config3:get_variable