chromium/chrome/services/system_signals/linux/linux_system_signals_service_unittest.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/services/system_signals/linux/linux_system_signals_service.h"

#include <memory>
#include <utility>

#include "base/files/file_path.h"
#include "base/memory/raw_ptr.h"
#include "base/test/task_environment.h"
#include "base/test/test_future.h"
#include "components/device_signals/core/common/common_types.h"
#include "components/device_signals/core/system_signals/file_system_service.h"
#include "components/device_signals/core/system_signals/mock_file_system_service.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

MockFileSystemService;
Return;

namespace system_signals {

class LinuxSystemSignalsServiceTest : public testing::Test {};

// Tests that GetFileSystemSignals forwards the signal collection to
// FileSystemService.
TEST_F(LinuxSystemSignalsServiceTest, GetFileSystemSignals) {}

}  // namespace system_signals