Home
last modified time | relevance | path

Searched refs:add_custom (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/kyua/model/
H A Dtest_program_test.cpp124 .add_custom("first", "foo") in check_ctor_and_getters()
125 .add_custom("second", "bar") in check_ctor_and_getters()
128 .add_custom("first", "baz") in check_ctor_and_getters()
145 .add_custom("first", "baz") in check_ctor_and_getters()
146 .add_custom("second", "bar") in check_ctor_and_getters()
350 .add_custom("foo", "bar") in check_operators_eq_and_ne__not_copy()
355 .add_custom("second", "baz") in check_operators_eq_and_ne__not_copy()
367 .add_custom("second", "baz") in check_operators_eq_and_ne__not_copy()
386 .add_custom("foo", "bar") in check_operators_eq_and_ne__not_copy()
387 .add_custom("second", "baz") in check_operators_eq_and_ne__not_copy()
[all …]
H A Dmetadata_test.cpp97 .add_custom("1-custom", "first") in ATF_TEST_CASE_BODY()
98 .add_custom("2-custom", "second") in ATF_TEST_CASE_BODY()
310 .add_custom("foo", "bar") in ATF_TEST_CASE_BODY()
347 .add_custom("foo", "bar") in ATF_TEST_CASE_BODY()
361 .add_custom("foo", "bar") in ATF_TEST_CASE_BODY()
366 .add_custom("foo", "bar") in ATF_TEST_CASE_BODY()
394 .add_custom("foo", "bar") in ATF_TEST_CASE_BODY()
397 .add_custom("foo", "bar") in ATF_TEST_CASE_BODY()
398 .add_custom("baz", "foo bar") in ATF_TEST_CASE_BODY()
H A Dtest_case_test.cpp50 .add_custom("first", "value") in ATF_TEST_CASE_BODY()
148 .add_custom("foo", "bar") in ATF_TEST_CASE_BODY()
164 .add_custom("foo", "bar") in ATF_TEST_CASE_BODY()
197 .add_allowed_platform("foo").add_custom("bar", "baz").build()); in ATF_TEST_CASE_BODY()
H A Dmetadata.hpp107 metadata_builder& add_custom(const std::string&, const std::string&);
H A Dmetadata.cpp804 model::metadata_builder::add_custom(const std::string& key, in add_custom() function in model::metadata_builder
/freebsd/contrib/kyua/engine/
H A Datf_list_test.cpp86 .add_custom("foo", "value1") in ATF_TEST_CASE_BODY()
87 .add_custom("bar", "value2") in ATF_TEST_CASE_BODY()
88 .add_custom("baz-www", "value3") in ATF_TEST_CASE_BODY()
H A Datf_list.cpp147 mdbuilder.add_custom(name.substr(2), value); in parse_atf_metadata()
H A Dkyuafile_test.cpp232 .add_custom("a-bool", "true") in ATF_TEST_CASE_BODY()
233 .add_custom("a-number", "123") in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/store/
H A Dtransaction_test.cpp119 .add_custom("user1", "value1") in ATF_TEST_CASE_BODY()
120 .add_custom("user2", "value2") in ATF_TEST_CASE_BODY()
H A Dwrite_transaction_test.cpp180 .add_custom("var1", "value1") in ATF_TEST_CASE_BODY()
181 .add_custom("var2", "value2") in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/cli/
H A Dcmd_list_test.cpp84 .add_custom("my-property", "value") in ATF_TEST_CASE_BODY()