Lines Matching refs:set_string
162 node.set_string("false"); in ATF_TEST_CASE_BODY()
164 node.set_string("true"); in ATF_TEST_CASE_BODY()
173 ATF_REQUIRE_THROW(config::value_error, node.set_string("12345")); in ATF_TEST_CASE_BODY()
272 node.set_string("178"); in ATF_TEST_CASE_BODY()
274 node.set_string("-123"); in ATF_TEST_CASE_BODY()
283 ATF_REQUIRE_THROW(config::value_error, node.set_string(" 23")); in ATF_TEST_CASE_BODY()
382 node.set_string("abcd efgh"); in ATF_TEST_CASE_BODY()
384 node.set_string(" 1234 "); in ATF_TEST_CASE_BODY()
457 node.set_string("abcd efgh"); in ATF_TEST_CASE_BODY()
464 node.set_string(" 1234 "); in ATF_TEST_CASE_BODY()
496 node.set_string("1234"); in ATF_TEST_CASE_BODY()
498 node.set_string("12345")); in ATF_TEST_CASE_BODY()
521 node.set_string("foo bar"); in ATF_TEST_CASE_BODY()
523 node.set_string("foo bar throw baz")); in ATF_TEST_CASE_BODY()