chromium/components/commerce/core/commerce_info_cache_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 "components/commerce/core/commerce_info_cache.h"

#include <memory>

#include "base/functional/callback.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace commerce {
namespace {

const char kUrl1[] =;
const char kUrl2[] =;

class CommerceInfoCacheTest : public testing::Test {};

TEST_F(CommerceInfoCacheTest, CacheEntryMaintained) {}

TEST_F(CommerceInfoCacheTest, CacheEntryMaintained_MultipleUrlInstances) {}

TEST_F(CommerceInfoCacheTest, CacheEntryMaintained_MultipleUrls) {}

}  // namespace
}  // namespace commerce