Lines Matching refs:get_vector
125 ATF_REQUIRE(templates.get_vector("the-name").empty()); in ATF_TEST_CASE_BODY()
135 ATF_REQUIRE(!templates.get_vector("the-name").empty()); in ATF_TEST_CASE_BODY()
137 ATF_REQUIRE(templates.get_vector("the-name").empty()); in ATF_TEST_CASE_BODY()
146 ATF_REQUIRE_EQ(0, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY()
148 ATF_REQUIRE_EQ(1, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY()
150 ATF_REQUIRE_EQ(2, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY()
152 ATF_REQUIRE_EQ(3, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY()
158 ATF_REQUIRE(expected == templates.get_vector("the-name")); in ATF_TEST_CASE_BODY()
214 ATF_REQUIRE_EQ(0, templates.get_vector("foo").size()); in ATF_TEST_CASE_BODY()
215 ATF_REQUIRE_EQ(1, templates.get_vector("bar").size()); in ATF_TEST_CASE_BODY()
225 templates.get_vector("foo ")); in ATF_TEST_CASE_BODY()