chromium/components/commerce/core/heuristics/commerce_heuristics_provider_unittest.cc

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

#include "components/commerce/core/heuristics/commerce_heuristics_provider.h"
#include "base/test/scoped_feature_list.h"
#include "components/commerce/core/commerce_feature_list.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace commerce {
namespace {

const char* kAddToCartButtons[] =;

const char* kNonAddToCartButtons[] =;

class CommerceHeuristicsProviderTest : public testing::Test {};

TEST_F(CommerceHeuristicsProviderTest, TestIsAddToCartButtonSpec) {}

TEST_F(CommerceHeuristicsProviderTest, TestIsAddToCartButtonTag) {}

TEST_F(CommerceHeuristicsProviderTest, TestIsAddToCartButtonText) {}

}  // namespace
}  // namespace commerce