blob: 1bb58e308250991287ed453bb2056478a4ada2bf [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <gtest/gtest.h>
#include "diagnostics/cros_healthd_mojo_adapter/cros_healthd_mojo_adapter.h"
namespace diagnostics {
class CrosHealthdMojoAdapterTest : public testing::Test {
protected:
CrosHealthdMojoAdapterTest() = default;
CrosHealthdMojoAdapterTest(const CrosHealthdMojoAdapterTest&) = delete;
CrosHealthdMojoAdapterTest& operator=(const CrosHealthdMojoAdapterTest&) =
delete;
};
} // namespace diagnostics