CUP 95 google_apis/cup/client_update_protocol_unittest.cc EXPECT_NE(kExpectedVW, CUP().GetVersionedSecret()); CUP 97 google_apis/cup/client_update_protocol_unittest.cc EXPECT_EQ(kExpectedVW, CUP().GetVersionedSecret()); CUP 112 google_apis/cup/client_update_protocol_unittest.cc url.append(CUP().GetVersionedSecret()); CUP 115 google_apis/cup/client_update_protocol_unittest.cc ASSERT_TRUE(CUP().SignRequest(url, kRequest, &cp)); CUP 121 google_apis/cup/client_update_protocol_unittest.cc url2.append(CUP().GetVersionedSecret()); CUP 124 google_apis/cup/client_update_protocol_unittest.cc ASSERT_TRUE(CUP().SignRequest(url2, kRequest, &cp2)); CUP 146 google_apis/cup/client_update_protocol_unittest.cc url.append(CUP().GetVersionedSecret()); CUP 149 google_apis/cup/client_update_protocol_unittest.cc ASSERT_TRUE(CUP().SignRequest(url, kRequest, &client_proof)); CUP 152 google_apis/cup/client_update_protocol_unittest.cc EXPECT_TRUE(CUP().ValidateResponse(kGoodResponse, kGoodC, kGoodSP)); CUP 155 google_apis/cup/client_update_protocol_unittest.cc EXPECT_FALSE(CUP().ValidateResponse(kBadResponse, kGoodC, kGoodSP)); CUP 156 google_apis/cup/client_update_protocol_unittest.cc EXPECT_FALSE(CUP().ValidateResponse(kGoodResponse, kBadC, kGoodSP)); CUP 157 google_apis/cup/client_update_protocol_unittest.cc EXPECT_FALSE(CUP().ValidateResponse(kGoodResponse, kGoodC, kBadSP)); CUP 158 google_apis/cup/client_update_protocol_unittest.cc EXPECT_FALSE(CUP().ValidateResponse(kGoodResponse, kBadC, kBadSP)); CUP 159 google_apis/cup/client_update_protocol_unittest.cc EXPECT_FALSE(CUP().ValidateResponse(kBadResponse, kGoodC, kBadSP)); CUP 160 google_apis/cup/client_update_protocol_unittest.cc EXPECT_FALSE(CUP().ValidateResponse(kBadResponse, kBadC, kGoodSP)); CUP 161 google_apis/cup/client_update_protocol_unittest.cc EXPECT_FALSE(CUP().ValidateResponse(kBadResponse, kBadC, kBadSP));