chromium/chrome/browser/companion/core/promo_handler_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 "chrome/browser/companion/core/promo_handler.h"

#include "chrome/browser/companion/core/constants.h"
#include "chrome/browser/companion/core/mock_signin_delegate.h"
#include "chrome/browser/companion/core/mojom/companion.mojom.h"
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/testing_pref_service.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace companion {

class PromoHandlerTest : public testing::Test {};

TEST_F(PromoHandlerTest, MsbbPromo) {}

TEST_F(PromoHandlerTest, SigninPromo) {}

TEST_F(PromoHandlerTest, ExpsPromo) {}

TEST_F(PromoHandlerTest, PcoPromo) {}

}  // namespace companion