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