chromium/components/policy/core/browser/policy_conversions_client_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 "components/policy/core/browser/policy_conversions_client.h"

#include "base/strings/strcat.h"
#include "components/policy/core/common/policy_map.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace policy {
namespace {
constexpr char kPolicyName1[] =;
constexpr char kPolicyName2[] =;
constexpr char kPolicyName3[] =;
}  // namespace

class StubPolicyConversionsClient : public PolicyConversionsClient {};

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

// Verify dropping default values option is working.
TEST_F(PolicyConversionsClientTest, SetDropDefaultValues) {}

TEST_F(PolicyConversionsClientTest, HideMachineValues) {}

}  // namespace policy