Lines Matching defs:PersonalDataManagerTest

94 class PersonalDataManagerTest : public testing::Test {
96 PersonalDataManagerTest() {}
145 TEST_F(PersonalDataManagerTest, AddProfile) {
192 TEST_F(PersonalDataManagerTest, AddUpdateRemoveProfiles) {
250 TEST_F(PersonalDataManagerTest, AddUpdateRemoveCreditCards) {
305 TEST_F(PersonalDataManagerTest, UpdateUnverifiedProfilesAndCreditCards) {
383 TEST_F(PersonalDataManagerTest, AddProfilesAndCreditCards) {
444 TEST_F(PersonalDataManagerTest, PopulateUniqueIDsOnLoad) {
481 TEST_F(PersonalDataManagerTest, SetEmptyProfile) {
501 TEST_F(PersonalDataManagerTest, SetEmptyCreditCard) {
520 TEST_F(PersonalDataManagerTest, Refresh) {
592 TEST_F(PersonalDataManagerTest, ImportFormData) {
634 TEST_F(PersonalDataManagerTest, ImportFormDataBadEmail) {
666 TEST_F(PersonalDataManagerTest, ImportFormDataTwoEmails) {
697 TEST_F(PersonalDataManagerTest, ImportFormDataTwoDifferentEmails) {
727 TEST_F(PersonalDataManagerTest, ImportFormDataNotEnoughFilledFields) {
752 TEST_F(PersonalDataManagerTest, ImportFormMinimumAddressUSA) {
779 TEST_F(PersonalDataManagerTest, ImportFormMinimumAddressGB) {
806 TEST_F(PersonalDataManagerTest, ImportFormMinimumAddressGI) {
828 TEST_F(PersonalDataManagerTest, ImportPhoneNumberSplitAcrossMultipleFields) {
879 TEST_F(PersonalDataManagerTest, ImportFormDataMultilineAddress) {
926 TEST_F(PersonalDataManagerTest, SetUniqueCreditCardLabels) {
963 TEST_F(PersonalDataManagerTest, AggregateTwoDifferentProfiles) {
1047 TEST_F(PersonalDataManagerTest, AggregateTwoProfilesWithMultiValue) {
1139 TEST_F(PersonalDataManagerTest, AggregateSameProfileWithConflict) {
1240 TEST_F(PersonalDataManagerTest, AggregateProfileWithMissingInfoInOld) {
1321 TEST_F(PersonalDataManagerTest, AggregateProfileWithMissingInfoInNew) {
1406 TEST_F(PersonalDataManagerTest, AggregateProfileWithInsufficientAddress) {
1444 TEST_F(PersonalDataManagerTest, AggregateExistingAuxiliaryProfile) {
1498 TEST_F(PersonalDataManagerTest, AggregateTwoDifferentCreditCards) {
1567 TEST_F(PersonalDataManagerTest, AggregateInvalidCreditCard) {
1631 TEST_F(PersonalDataManagerTest, AggregateSameCreditCardWithConflict) {
1702 TEST_F(PersonalDataManagerTest, AggregateEmptyCreditCardWithConflict) {
1767 TEST_F(PersonalDataManagerTest, AggregateCreditCardWithMissingInfoInNew) {
1862 TEST_F(PersonalDataManagerTest, AggregateCreditCardWithMissingInfoInOld) {
1919 TEST_F(PersonalDataManagerTest, AggregateSameCreditCardWithSeparators) {
1969 TEST_F(PersonalDataManagerTest, AggregateExistingVerifiedProfileWithConflict) {
2028 TEST_F(PersonalDataManagerTest,
2077 TEST_F(PersonalDataManagerTest, SaveImportedProfileWithVerifiedData) {
2116 TEST_F(PersonalDataManagerTest, SaveImportedProfileWithExistingVerifiedData) {
2166 TEST_F(PersonalDataManagerTest, SaveImportedCreditCardWithVerifiedData) {
2199 TEST_F(PersonalDataManagerTest, GetNonEmptyTypes) {
2323 TEST_F(PersonalDataManagerTest, CaseInsensitiveMultiValueAggregation) {
2427 TEST_F(PersonalDataManagerTest, IncognitoReadOnly) {
2498 TEST_F(PersonalDataManagerTest, DefaultCountryCodeIsCached) {
2531 TEST_F(PersonalDataManagerTest, DefaultCountryCodeComesFromProfiles) {
2585 TEST_F(PersonalDataManagerTest, UpdateLanguageCodeInProfile) {
2610 TEST_F(PersonalDataManagerTest, GetProfileSuggestions) {
2639 TEST_F(PersonalDataManagerTest, GetCreditCardSuggestions) {
2704 TEST_F(PersonalDataManagerTest, ShowAddressBookPrompt) {
2733 TEST_F(PersonalDataManagerTest, MaxTimesToShowAddressBookPrompt) {