Home | History | Annotate | Download | only in browser

Lines Matching defs:PersonalDataManagerTest

58 class PersonalDataManagerTest : public testing::Test {
60 PersonalDataManagerTest() {}
118 TEST_F(PersonalDataManagerTest, AddProfile) {
165 TEST_F(PersonalDataManagerTest, AddUpdateRemoveProfiles) {
226 TEST_F(PersonalDataManagerTest, AddUpdateRemoveCreditCards) {
281 TEST_F(PersonalDataManagerTest, UpdateUnverifiedProfilesAndCreditCards) {
359 TEST_F(PersonalDataManagerTest, AddProfilesAndCreditCards) {
420 TEST_F(PersonalDataManagerTest, PopulateUniqueIDsOnLoad) {
457 TEST_F(PersonalDataManagerTest, SetEmptyProfile) {
477 TEST_F(PersonalDataManagerTest, SetEmptyCreditCard) {
496 TEST_F(PersonalDataManagerTest, Refresh) {
568 TEST_F(PersonalDataManagerTest, ImportFormData) {
610 TEST_F(PersonalDataManagerTest, ImportFormDataBadEmail) {
642 TEST_F(PersonalDataManagerTest, ImportFormDataTwoEmails) {
673 TEST_F(PersonalDataManagerTest, ImportFormDataTwoDifferentEmails) {
703 TEST_F(PersonalDataManagerTest, ImportFormDataNotEnoughFilledFields) {
728 TEST_F(PersonalDataManagerTest, ImportFormMinimumAddressUSA) {
755 TEST_F(PersonalDataManagerTest, ImportFormMinimumAddressGB) {
782 TEST_F(PersonalDataManagerTest, ImportFormMinimumAddressGI) {
804 TEST_F(PersonalDataManagerTest, ImportPhoneNumberSplitAcrossMultipleFields) {
855 TEST_F(PersonalDataManagerTest, ImportFormDataMultilineAddress) {
902 TEST_F(PersonalDataManagerTest, SetUniqueCreditCardLabels) {
939 TEST_F(PersonalDataManagerTest, AggregateTwoDifferentProfiles) {
1024 TEST_F(PersonalDataManagerTest, AggregateTwoProfilesWithMultiValue) {
1112 TEST_F(PersonalDataManagerTest, AggregateSameProfileWithConflict) {
1213 TEST_F(PersonalDataManagerTest, AggregateProfileWithMissingInfoInOld) {
1294 TEST_F(PersonalDataManagerTest, AggregateProfileWithMissingInfoInNew) {
1379 TEST_F(PersonalDataManagerTest, AggregateProfileWithInsufficientAddress) {
1417 TEST_F(PersonalDataManagerTest, AggregateExistingAuxiliaryProfile) {
1471 TEST_F(PersonalDataManagerTest, AggregateTwoDifferentCreditCards) {
1540 TEST_F(PersonalDataManagerTest, AggregateInvalidCreditCard) {
1604 TEST_F(PersonalDataManagerTest, AggregateSameCreditCardWithConflict) {
1675 TEST_F(PersonalDataManagerTest, AggregateEmptyCreditCardWithConflict) {
1740 TEST_F(PersonalDataManagerTest, AggregateCreditCardWithMissingInfoInNew) {
1835 TEST_F(PersonalDataManagerTest, AggregateCreditCardWithMissingInfoInOld) {
1892 TEST_F(PersonalDataManagerTest, AggregateSameCreditCardWithSeparators) {
1942 TEST_F(PersonalDataManagerTest, AggregateExistingVerifiedProfileWithConflict) {
2001 TEST_F(PersonalDataManagerTest,
2050 TEST_F(PersonalDataManagerTest, SaveImportedProfileWithVerifiedData) {
2089 TEST_F(PersonalDataManagerTest, SaveImportedProfileWithExistingVerifiedData) {
2133 TEST_F(PersonalDataManagerTest, SaveImportedCreditCardWithVerifiedData) {
2166 TEST_F(PersonalDataManagerTest, GetNonEmptyTypes) {
2290 TEST_F(PersonalDataManagerTest, CaseInsensitiveMultiValueAggregation) {
2384 TEST_F(PersonalDataManagerTest, IncognitoReadOnly) {
2455 TEST_F(PersonalDataManagerTest, DefaultCountryCodeIsCached) {
2488 TEST_F(PersonalDataManagerTest, DefaultCountryCodeComesFromProfiles) {
2542 TEST_F(PersonalDataManagerTest, UpdateLanguageCodeInProfile) {