Lines Matching full:foo
14 /* Test config values set by the `foo` snippet */
36 * When `foo` snippet is applied, test that the foo and common in ZTEST()
37 * config values correspond to the values set by the `foo` in ZTEST()
54 * When `foo` and `bar` snippets are applied, with `bar` in ZTEST()
55 * specified after `foo`, test that the common config value in ZTEST()
63 * When `foo` and `bar` snippets are applied, with `foo` in ZTEST()
65 * corresponds to the value set by the `foo` snippet. in ZTEST()
79 * When no snippet is applied, test that both `deleted-by-foo` in ZTEST()
81 * added by the `foo` and `bar` snippets exist. in ZTEST()
89 * When `foo` snippet is applied, test that `deleted-by-foo` is in ZTEST()
90 * deleted and `added-by-foo` is added. in ZTEST()
107 * When `foo` and `bar` snippets are applied, with `bar` in ZTEST()
108 * specified after `foo`, test that both `deleted-by-foo` and in ZTEST()
109 * `deleted-by-bar` are deleted, and that the `added-by-foo` is in ZTEST()
118 * When `foo` and `bar` snippets are applied, with `foo` in ZTEST()
119 * specified after `bar`, test that both `deleted-by-foo` and in ZTEST()
121 * deleted by the `foo` snippet. in ZTEST()