chromium/chrome/browser/ui/singleton_tabs_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 "chrome/browser/ui/singleton_tabs.h"
#include "chrome/browser/ui/browser_navigator_params.h"
#include "chrome/test/base/browser_with_test_window_test.h"

namespace {

class SingletonTabsTest : public BrowserWithTestWindowTest {};

}  // namespace

TEST_F(SingletonTabsTest, FindsExactMatch) {}

TEST_F(SingletonTabsTest, FindsWithDifferentRef) {}

TEST_F(SingletonTabsTest, DoesNotFindNonSingletonDisposition) {}

TEST_F(SingletonTabsTest, DoesNotFindViewSource) {}

TEST_F(SingletonTabsTest, DoesNotFindDifferentPath) {}