chromium/chrome/browser/ui/hats/trust_safety_sentiment_service_factory_unittest.cc

// Copyright 2021 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/hats/trust_safety_sentiment_service_factory.h"

#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/hats/hats_service_factory.h"
#include "chrome/browser/ui/hats/mock_hats_service.h"
#include "chrome/common/chrome_features.h"
#include "chrome/test/base/testing_profile.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

class TrustSafetySentimentServiceFactoryTest : public testing::Test {};

TEST_F(TrustSafetySentimentServiceFactoryTest, ServiceAvailable) {}

TEST_F(TrustSafetySentimentServiceFactoryTest, NoServiceWithoutHats) {}

TEST_F(TrustSafetySentimentServiceFactoryTest, NoServiceFeatureDisabled) {}

TEST_F(TrustSafetySentimentServiceFactoryTest, VersionTwoEnabled) {}