Lines Matching refs:props

64   ImageProperties props = LoadImageProperties(&fake_system_state_);  in TEST_F()  local
65 EXPECT_EQ("arm-generic", props.board); in TEST_F()
66 EXPECT_EQ("{87efface-864d-49a5-9bb3-4b050a7c227a}", props.product_id); in TEST_F()
67 EXPECT_EQ("0.2.2.3", props.version); in TEST_F()
68 EXPECT_EQ("dev-channel", props.current_channel); in TEST_F()
69 EXPECT_EQ("http://www.google.com", props.omaha_url); in TEST_F()
76 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
77 EXPECT_EQ("{58c35cef-9d30-476e-9098-ce20377d535d}", props.product_id); in TEST_F()
85 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
86 EXPECT_EQ("0.2.2.3", props.version); in TEST_F()
90 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
91 EXPECT_EQ("", props.version); in TEST_F()
106 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
107 EXPECT_EQ("x86-generic", props.board); in TEST_F()
108 EXPECT_EQ("dev-channel", props.current_channel); in TEST_F()
109 EXPECT_EQ("https://www.google.com", props.omaha_url); in TEST_F()
128 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
129 EXPECT_EQ("arm-generic", props.board); in TEST_F()
130 EXPECT_EQ("dev-channel", props.current_channel); in TEST_F()
131 EXPECT_EQ("https://www.google.com", props.omaha_url); in TEST_F()
144 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
145 EXPECT_EQ("stable-channel", props.current_channel); in TEST_F()
146 EXPECT_EQ("b", props.product_id); in TEST_F()
156 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
157 EXPECT_EQ("canary-channel", props.current_channel); in TEST_F()
158 EXPECT_EQ("c", props.canary_product_id); in TEST_F()
167 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
168 EXPECT_EQ("stable-channel", props.current_channel); in TEST_F()
169 EXPECT_EQ("r", props.product_id); in TEST_F()