chromium/components/supervised_user/core/browser/supervised_user_utils_unittest.cc

// Copyright 2024 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/supervised_user/core/browser/supervised_user_utils.h"

#include "components/prefs/testing_pref_service.h"
#include "components/safe_search_api/fake_url_checker_client.h"
#include "components/supervised_user/core/browser/supervised_user_url_filter.h"
#include "components/supervised_user/test_support/supervised_user_url_filter_test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace supervised_user {

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

TEST_F(SupervisedUserUtilsTest, StripOnDefaultFilteringBehaviour) {}

TEST_F(SupervisedUserUtilsTest,
       StripOnManualFilteringBehaviourWithoutConflict) {}

TEST_F(SupervisedUserUtilsTest,
       SkipStripOnManualFilteringBehaviourWithConflict) {}

}  // namespace supervised_user