#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) { … }
}