chromium/components/sync_bookmarks/bookmark_model_view_unittest.cc

// Copyright 2023 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/sync_bookmarks/bookmark_model_view.h"

#include <memory>
#include <utility>

#include "base/memory/raw_ptr.h"
#include "base/test/scoped_feature_list.h"
#include "base/uuid.h"
#include "components/bookmarks/browser/bookmark_model.h"
#include "components/bookmarks/browser/bookmark_uuids.h"
#include "components/bookmarks/test/test_bookmark_client.h"
#include "components/sync/base/features.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace sync_bookmarks {

namespace {

Eq;
IsNull;
NotNull;

class BookmarkModelViewTest : public testing::Test {};

TEST_F(BookmarkModelViewTest, ShouldExposeLocalOrSyncablePermanentFolders) {}

TEST_F(BookmarkModelViewTest, ShouldExposeAccountPermanentFolders) {}

TEST_F(BookmarkModelViewTest, ShouldIdentifySyncableNodes) {}

TEST_F(BookmarkModelViewTest, ShouldGetNodeByUuid) {}

TEST_F(BookmarkModelViewTest, ShouldRemoveAllLocalOrSyncableNodes) {}

TEST_F(BookmarkModelViewTest, ShouldRemoveAllAccountNodes) {}

}  // namespace

}  // namespace sync_bookmarks