#include "remoting/host/config_file_watcher.h"
#include <memory>
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/message_loop/message_pump_type.h"
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "remoting/base/auto_thread.h"
#include "remoting/base/auto_thread_task_runner.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
_;
AnyNumber;
Return;
namespace remoting {
namespace {
class ConfigFileWatcherDelegate : public ConfigFileWatcher::Delegate { … };
}
class ConfigFileWatcherTest : public testing::Test { … };
ConfigFileWatcherTest::ConfigFileWatcherTest() = default;
ConfigFileWatcherTest::~ConfigFileWatcherTest() = default;
void ConfigFileWatcherTest::StopWatcher() { … }
void ConfigFileWatcherTest::SetUp() { … }
void ConfigFileWatcherTest::TearDown() { … }
TEST_F(ConfigFileWatcherTest, Basic) { … }
MATCHER_P(EqualsString, s, "") { … }
TEST_F(ConfigFileWatcherTest, Update) { … }
}