chromium/components/supervised_user/core/common/features_testutils.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 <memory>
#include <string>

#include "base/test/scoped_feature_list.h"
#include "components/supervised_user/core/common/features.h"
#include "components/supervised_user/core/common/features_testutils.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace supervised_user::testing {

// static
::testing::internal::ParamGenerator<LocalWebApprovalsTestCase>
LocalWebApprovalsTestCase::Values() {}
::testing::internal::ParamGenerator<LocalWebApprovalsTestCase>
LocalWebApprovalsTestCase::OnlySupported() {}

LocalWebApprovalsTestCase::LocalWebApprovalsTestCase(
    bool is_local_web_approvals_supported)
    :{}

std::unique_ptr<base::test::ScopedFeatureList>
LocalWebApprovalsTestCase::MakeFeatureList() {}

std::string LocalWebApprovalsTestCase::ToString() const {}

}  // namespace supervised_user::testing