chromium/chrome/browser/ui/views/side_panel/side_panel_entry_key_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 <string>

#include "chrome/browser/ui/actions/chrome_action_id.h"
#include "chrome/browser/ui/views/side_panel/side_panel_entry_key.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/actions/action_id.h"

class SidePanelEntryKeyTest : public ::testing::Test {};

// Tests the `ToString()` method for regular entries.
TEST_F(SidePanelEntryKeyTest, ReturnsCorrectStringForRegularEntry) {}

// Tests the `ToString()` method for entries with extension.
TEST_F(SidePanelEntryKeyTest, ReturnsCorrectStringForExtensionEntry) {}

TEST_F(SidePanelEntryKeyTest, ReturnsCorrectActionIdForEntryId) {}