#include "components/policy/core/common/proxy_policy_provider.h"
#include <memory>
#include "base/functional/callback.h"
#include "components/policy/core/common/external_data_fetcher.h"
#include "components/policy/core/common/mock_configuration_policy_provider.h"
#include "components/policy/core/common/policy_types.h"
#include "components/policy/core/common/schema_registry.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
Mock;
namespace policy {
class ProxyPolicyProviderTest : public testing::Test { … };
TEST_F(ProxyPolicyProviderTest, Init) { … }
TEST_F(ProxyPolicyProviderTest, UnownedDelegate) { … }
TEST_F(ProxyPolicyProviderTest, OwnedDelegate) { … }
TEST_F(ProxyPolicyProviderTest, RefreshPoliciesUnownedDelegate) { … }
TEST_F(ProxyPolicyProviderTest, RefreshPoliciesOwnedDelegate) { … }
}