Lines Matching refs:IsEqualError
64 bool IsEqualError(const CodeWithReason& expected, in IsEqualError() function
181 EXPECT_PRED2(IsEqualError, CodeWithReason(400, "invalidFormat"), in TEST_F()
187 EXPECT_PRED2(IsEqualError, CodeWithReason(401, "missingAuthorization"), in TEST_F()
193 EXPECT_PRED2(IsEqualError, CodeWithReason(401, "invalidAuthorization"), in TEST_F()
203 EXPECT_PRED2(IsEqualError, CodeWithReason(403, "authorizationExpired"), in TEST_F()
208 EXPECT_PRED2(IsEqualError, CodeWithReason(403, "invalidAuthorizationScope"), in TEST_F()
321 EXPECT_PRED2(IsEqualError, CodeWithReason(400, "invalidParams"), in TEST_F()
325 EXPECT_PRED2(IsEqualError, CodeWithReason(400, "invalidParams"), in TEST_F()
351 EXPECT_PRED2(IsEqualError, CodeWithReason(400, "invalidAuthMode"), in TEST_F()
356 EXPECT_PRED2(IsEqualError, CodeWithReason(400, "invalidAuthMode"), in TEST_F()
361 EXPECT_PRED2(IsEqualError, CodeWithReason(400, "invalidRequestedScope"), in TEST_F()
367 IsEqualError, CodeWithReason(400, "invalidRequestedScope"), in TEST_F()
373 EXPECT_PRED2(IsEqualError, CodeWithReason(403, "accessDenied"), in TEST_F()
389 EXPECT_PRED2(IsEqualError, CodeWithReason(403, "invalidAuthCode"), in TEST_F()
476 EXPECT_PRED2(IsEqualError, CodeWithReason(403, "accessDenied"), in TEST_F()
577 EXPECT_PRED2(IsEqualError, CodeWithReason(400, "invalidParams"), in TEST_F()
585 EXPECT_PRED2(IsEqualError, CodeWithReason(400, "invalidParams"), in TEST_F()
591 EXPECT_PRED2(IsEqualError, CodeWithReason(400, "setupUnavailable"), in TEST_F()
606 EXPECT_PRED2(IsEqualError, CodeWithReason(503, "deviceBusy"), in TEST_F()
629 EXPECT_PRED2(IsEqualError, CodeWithReason(400, "setupUnavailable"), in TEST_F()
645 EXPECT_PRED2(IsEqualError, CodeWithReason(503, "deviceBusy"), in TEST_F()
671 EXPECT_PRED2(IsEqualError, CodeWithReason(403, "invalidAuthorizationScope"), in TEST_F()
864 IsEqualError, CodeWithReason(500, "componentNotFound"), in TEST_F()
906 EXPECT_PRED2(IsEqualError, CodeWithReason(404, "notFound"), in TEST_F()
931 EXPECT_PRED2(IsEqualError, CodeWithReason(404, "notFound"), in TEST_F()