chromium/chrome/browser/notifications/scheduler/internal/icon_store_unittest.cc

// Copyright 2019 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/notifications/scheduler/internal/icon_store.h"

#include <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>

#include "base/functional/callback_helpers.h"
#include "base/memory/raw_ptr.h"
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "chrome/browser/notifications/proto/icon.pb.h"
#include "chrome/browser/notifications/scheduler/internal/icon_entry.h"
#include "components/leveldb_proto/testing/fake_db.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

_;
Invoke;
namespace notifications {
namespace {

class MockIconConverter : public IconConverter {};

class IconStoreTest : public testing::Test {};

TEST_F(IconStoreTest, Init) {}

TEST_F(IconStoreTest, InitFailed) {}

TEST_F(IconStoreTest, AddIconsFailed) {}

TEST_F(IconStoreTest, AddAndLoadIcons) {}

TEST_F(IconStoreTest, LoadIconsFailed) {}

TEST_F(IconStoreTest, DeleteIcons) {}

TEST_F(IconStoreTest, DeleteIconsFailed) {}
}  // namespace
}  // namespace notifications