chromium/components/policy/core/common/policy_loader_command_line_unittest.cc

// Copyright 2020 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/common/policy_loader_command_line.h"

#include "base/task/sequenced_task_runner.h"
#include "base/test/task_environment.h"
#include "base/values.h"
#include "components/policy/core/common/policy_bundle.h"
#include "components/policy/core/common/policy_switches.h"
#include "components/policy/core/common/policy_types.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace policy {

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

TEST_F(PolicyLoaderCommandLineTest, NoSwitch) {}

TEST_F(PolicyLoaderCommandLineTest, InvalidSwitch) {}

TEST_F(PolicyLoaderCommandLineTest, ParseSwitchValue) {}

}  // namespace policy