chromium/chrome/browser/ui/views/commerce/product_specifications_button_unittest.cc

// Copyright 2024 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/commerce/product_specifications_button.h"

#include "chrome/browser/commerce/shopping_service_factory.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/commerce/product_specifications_entry_point_controller.h"
#include "chrome/browser/ui/tabs/test_tab_strip_model_delegate.h"
#include "chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h"
#include "chrome/test/base/test_browser_window.h"
#include "chrome/test/base/testing_profile.h"
#include "chrome/test/views/chrome_views_test_base.h"
#include "components/commerce/core/mock_shopping_service.h"
#include "testing/gtest/include/gtest/gtest.h"

class MockProductSpecificationsEntryPointController
    : public commerce::ProductSpecificationsEntryPointController {};

class ProductSpecificationsButtonTest : public ChromeViewsTestBase {};

TEST_F(ProductSpecificationsButtonTest, AppliesWidthFactor) {}

TEST_F(ProductSpecificationsButtonTest, AnimatesToExpanded) {}