Home
last modified time | relevance | path

Searched refs:expected_account_info (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Dqtum_createcontract.py53 expected_account_info = {
63 assert_equal(ret, expected_account_info)
97 expected_account_info = {
107 assert(ret == expected_account_info)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/signin/public/identity_manager/
H A Didentity_manager_unittest.cc1417 AccountInfo expected_account_info = in TEST_F() local
1419 EXPECT_EQ(kTestEmail2, expected_account_info.email); in TEST_F()
1430 AccountInfo expected_account_info = in TEST_F() local
1432 EXPECT_EQ(kTestEmail2, expected_account_info.email); in TEST_F()
1445 AccountInfo expected_account_info = in TEST_F() local
1453 expected_account_info.account_id, in TEST_F()
1508 expected_account_info.account_id, in TEST_F()
1526 expected_account_info); in TEST_F()
1529 expected_account_info); in TEST_F()
1549 expected_account_info); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/signin/public/identity_manager/
H A Didentity_manager_unittest.cc1539 AccountInfo expected_account_info = in TEST_F() local
1541 EXPECT_EQ(kTestEmail2, expected_account_info.email); in TEST_F()
1552 AccountInfo expected_account_info = in TEST_F() local
1554 EXPECT_EQ(kTestEmail2, expected_account_info.email); in TEST_F()
1567 AccountInfo expected_account_info = in TEST_F() local
1569 EXPECT_EQ(kTestEmail2, expected_account_info.email); in TEST_F()
1575 expected_account_info.account_id, in TEST_F()
1588 EXPECT_EQ(kTestEmail2, expected_account_info.email); in TEST_F()
1605 EXPECT_EQ(kTestEmail2, expected_account_info.email); in TEST_F()
1624 EXPECT_EQ(kTestEmail2, expected_account_info.email); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/chromeos/
H A Daccount_manager_handler_browsertest.cc297 base::Optional<AccountInfo> expected_account_info = in IN_PROC_BROWSER_TEST_P() local
301 EXPECT_TRUE(expected_account_info.has_value()); in IN_PROC_BROWSER_TEST_P()
302 EXPECT_EQ(expected_account_info->full_name, in IN_PROC_BROWSER_TEST_P()
306 expected_account_info->account_id), in IN_PROC_BROWSER_TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/chromeos/
H A Daccount_manager_handler_browsertest.cc359 base::Optional<AccountInfo> expected_account_info = in IN_PROC_BROWSER_TEST_P() local
363 EXPECT_TRUE(expected_account_info.has_value()); in IN_PROC_BROWSER_TEST_P()
364 EXPECT_EQ(expected_account_info->full_name, in IN_PROC_BROWSER_TEST_P()
368 expected_account_info->account_id), in IN_PROC_BROWSER_TEST_P()