chromium/components/policy/test_support/remote_commands_state_unittest.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 "components/policy/test_support/remote_commands_state.h"

#include "components/policy/proto/device_management_backend.pb.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

em;

namespace policy {

TEST(RemoteCommandsStateTest, AddPendingRemoteCommand) {}

TEST(RemoteCommandsStateTest, IsRemoteCommandAcked) {}

TEST(RemoteCommandsStateTest, IsRemoteCommandNotAcked) {}

TEST(RemoteCommandsStateTest, GetUnavailableCommandResult) {}

TEST(RemoteCommandsStateTest, GetAvailableCommandResult) {}

TEST(RemoteCommandsStateTest, ResetsStateCorrectly) {}

}  // namespace policy