chromium/chrome/browser/ui/views/autofill/update_address_profile_view_unittest.cc

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

#include "chrome/browser/ui/views/autofill/update_address_profile_view.h"

#include <utility>

#include "base/memory/raw_ptr.h"
#include "base/test/scoped_feature_list.h"
#include "chrome/test/base/testing_profile.h"
#include "chrome/test/views/chrome_views_test_base.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/data_model/autofill_profile.h"
#include "components/autofill/core/common/autofill_features.h"
#include "content/public/test/test_renderer_host.h"
#include "content/public/test/web_contents_tester.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill {

profile_ref;
Property;

class MockUpdateAddressBubbleController : public UpdateAddressBubbleController {};

class UpdateAddressProfileViewTest : public ChromeViewsTestBase {};

void UpdateAddressProfileViewTest::CreateViewAndShow() {}

TEST_F(UpdateAddressProfileViewTest, HasCloseButton) {}

TEST_F(UpdateAddressProfileViewTest, AcceptInvokesTheController) {}

TEST_F(UpdateAddressProfileViewTest, CancelInvokesTheController) {}

}  // namespace autofill