chromium/third_party/libaddressinput/chromium/addressinput_util_unittest.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace addressinput
}  // namespace autofill