#include "third_party/libaddressinput/chromium/addressinput_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/libaddressinput/src/cpp/include/libaddressinput/address_data.h"
namespace autofill {
namespace addressinput {
AddressData;
AddressField;
AddressProblem;
TEST(AddressinputUtilTest, AddressRequiresRegionCode) { … }
TEST(AddressinputUtilTest, UsRequiresState) { … }
TEST(AddressinputUtilTest, CompleteAddressReturnsTrue) { … }
TEST(AddressinputUtilTest, MissingFieldsAreAddedToProblems) { … }
TEST(AddressinputUtilTest, OnlyFieldsContainedInFilterAreAddedToProblems) { … }
TEST(AddressinputUtilTest, AllMissingFieldsAreAddedToProblems) { … }
TEST(AddressinputUtilTest, FieldsContainedInFilterAreExcludedFromProblems) { … }
}
}